Skip to content

Commit

Permalink
Adjust setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
gb119 committed Apr 29, 2017
1 parent 0f865ce commit a1579d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def read(fname):
package_data={'Stoner':['stylelib/*.mplstyle']},
test_suite="tests",
install_requires=["numpy>=1.7","scipy>=0.14","matplotlib>=1.5","h5py","lmfit","filemagic","pillow","scikit-image"],
long_description=read('doc/README.md'),
long_description=read(os.path.join('doc','README.md')),
classifiers=[
"Development Status :: 4 - Beta",
"Intended Audience :: Science/Research",
Expand Down

0 comments on commit a1579d6

Please sign in to comment.