spack/var/spack/repos/builtin/packages/reditools/setup.py.patch
Glenn Johnson 1a11449c86
New package - REDItools (#17703)
* New package - REDItools

This PR adds the REDItools package, along with a new package dependency,
py-fisher. This contains a patch generated from the python 2to3 script
as well as some other fixes. I am not sure if the project is ready to
support python-3 yet but I submitted the other patches upstream.

* Update var/spack/repos/builtin/packages/reditools/package.py

Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>

Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
2020-08-07 14:40:52 -05:00

12 lines
350 B
Diff

--- a/setup.py 2020-07-16 14:01:48.601449013 -0500
+++ b/setup.py 2020-07-16 14:02:31.547441668 -0500
@@ -33,7 +33,7 @@
'Operating System :: POSIX',
'Programming Language :: Python',
],
- long_description=open('README').read(),
+ long_description=open('README_1.md').read(),
platforms=['Linux','Unix','MacOS']
)