Skip to content

Commit

Permalink
Merge pull request #53 from jakobj/fix/setuptools_readme
Browse files Browse the repository at this point in the history
Fix name of README in setup.py
  • Loading branch information
mschmidt87 committed Dec 22, 2016
2 parents 026605d + 5a1cd7b commit 7deddb6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -11,10 +11,10 @@
keywords='hdf5 h5py',
url='https://github.com/INM-6/h5py_wrapper',
packages=['h5py_wrapper', 'tests'],
scripts=['convert_h5file.py'],
scripts=['convert_h5file'],
setup_requires=['pytest-runner'],
tests_require=['pytest'],
long_description=open('README.md').read(),
long_description=open('README.rst').read(),
classifiers=[
'Development Status :: 4 - Beta',
'License :: OSI Approved :: GNU General Public License v2 (GPLv2)',
Expand Down

0 comments on commit 7deddb6

Please sign in to comment.