Skip to content

Commit

Permalink
add long_description_content_type in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Changaco committed Oct 20, 2019
1 parent e682c8c commit 0a52b34
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@
license='CC0',
packages=find_packages(exclude=['tests']),
long_description=open(join(dirname(__file__), 'README.rst')).read(),
long_description_content_type='text/x-rst',
keywords='archive libarchive 7z tar bz2 zip gz',
)

0 comments on commit 0a52b34

Please sign in to comment.