We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
long_description_content_type
setup.py
1 parent e682c8c commit 0a52b34Copy full SHA for 0a52b34
setup.py
@@ -17,5 +17,6 @@
17
license='CC0',
18
packages=find_packages(exclude=['tests']),
19
long_description=open(join(dirname(__file__), 'README.rst')).read(),
20
+ long_description_content_type='text/x-rst',
21
keywords='archive libarchive 7z tar bz2 zip gz',
22
)
0 commit comments