Skip to content

Commit

Permalink
Merge pull request #56 from xquiet/master
Browse files Browse the repository at this point in the history
fixed scripts entry
  • Loading branch information
tobias47n9e committed Aug 16, 2015
2 parents 6ed9086 + cac6196 commit 314937e
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 @@ -23,7 +23,7 @@
"Topic :: Scientific/Engineering",
],
packages = ["innstereo"],
scripts = [pjoin("bin","innstereo")],
scripts = [pjoin("bin","innstereo.py")],
install_requires = ["numpy >= 1.6.0",
"scipy >= 0.13",
"matplotlib >= 1.4.0",
Expand Down

0 comments on commit 314937e

Please sign in to comment.