Mercurial > hg > numerics
diff setup.py @ 15:90edb741397d
merge
author | Jeff Hammel <k0scist@gmail.com> |
---|---|
date | Sat, 20 Sep 2014 11:32:51 -0700 |
parents | 5609225fb254 |
children | 5245d7d0c1bf |
line wrap: on
line diff
--- a/setup.py Fri Sep 19 16:47:04 2014 -0700 +++ b/setup.py Sat Sep 20 11:32:51 2014 -0700 @@ -16,7 +16,8 @@ from setuptools import setup kw['entry_points'] = """ [console_scripts] - read-csv = numerics.read:main + interpolate = numerics.interpolation:main + read-csv = numerics.read:main """ kw['install_requires'] = dependencies except ImportError: