Skip to content

Commit 4da1fea

Browse files
committed
Fix description format
1 parent 93a1ff6 commit 4da1fea

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,11 @@
1616
# Versions should comply with PEP440. For a discussion on single-sourcing
1717
# the version across setup.py and the project code, see
1818
# https://packaging.python.org/en/latest/single_source_version.html
19-
version='0.8',
19+
version='0.8.1',
2020

2121
description='Python wrapper to access and control an UrBackup server',
2222
long_description=long_description,
23+
long_description_content_type="text/markdown",
2324

2425
# The project's main homepage.
2526
url='https://github.com/uroni/urbackup-server-python-web-api-wrapper',

0 commit comments

Comments
 (0)