We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93a1ff6 commit 4da1feaCopy full SHA for 4da1fea
1 file changed
setup.py
@@ -16,10 +16,11 @@
16
# Versions should comply with PEP440. For a discussion on single-sourcing
17
# the version across setup.py and the project code, see
18
# https://packaging.python.org/en/latest/single_source_version.html
19
- version='0.8',
+ version='0.8.1',
20
21
description='Python wrapper to access and control an UrBackup server',
22
long_description=long_description,
23
+ long_description_content_type="text/markdown",
24
25
# The project's main homepage.
26
url='https://github.com/uroni/urbackup-server-python-web-api-wrapper',
0 commit comments