-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix setuptools long_description content type from markdown to RST & b…
…ump version Tested on TestPyPi and the README page is working correctly.
- Loading branch information
1 parent
0d6d213
commit b95a6d3
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
__version__ = '0.3.1' | ||
__version__ = '0.3.2' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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', | ||
|