Skip to content

Commit 0a52b34

Browse files
committed
add long_description_content_type in setup.py
1 parent e682c8c commit 0a52b34

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,6 @@
1717
license='CC0',
1818
packages=find_packages(exclude=['tests']),
1919
long_description=open(join(dirname(__file__), 'README.rst')).read(),
20+
long_description_content_type='text/x-rst',
2021
keywords='archive libarchive 7z tar bz2 zip gz',
2122
)

0 commit comments

Comments
 (0)