Skip to content

Commit

Permalink
Fix setuptools long_description content type from markdown to RST & b…
Browse files Browse the repository at this point in the history
…ump version

Tested on TestPyPi and the README page is working correctly.
  • Loading branch information
addisonElliott committed Aug 21, 2018
1 parent 0d6d213 commit b95a6d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nrrd/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.3.1'
__version__ = '0.3.2'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
version=__version__,
description='Pure python module for reading and writing NRRD files.',
long_description=longDescription,
long_description_content_type='text/markdown',
long_description_content_type='text/x-rst',
author='Maarten Everts',
author_email='[email protected]',
url='https://github.com/mhe/pynrrd',
Expand Down

0 comments on commit b95a6d3

Please sign in to comment.