Skip to content

Commit

Permalink
Set the content type for the long description to text/markdown
Browse files Browse the repository at this point in the history
This requires an up-to-date setuptools; older versions will complain about it
(without crashing).
  • Loading branch information
florisla committed Aug 2, 2018
1 parent 8586a6f commit cc00ff2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -20,6 +20,7 @@
packages=['bumpversion'],
description=description,
long_description=long_description,
long_description_content_type='text/markdown',
entry_points={
'console_scripts': [
'bumpversion = bumpversion:main',
Expand Down

0 comments on commit cc00ff2

Please sign in to comment.