Mercurial > hg > numerics
diff setup.py @ 61:82a18c9337c3
more stubbing
author | Jeff Hammel <k0scist@gmail.com> |
---|---|
date | Thu, 22 Jan 2015 13:41:19 -0800 |
parents | bbfe25d23a9f |
children | 18c0820bfe12 |
line wrap: on
line diff
--- a/setup.py Thu Jan 22 13:33:56 2015 -0800 +++ b/setup.py Thu Jan 22 13:41:19 2015 -0800 @@ -17,6 +17,7 @@ kw['entry_points'] = """ [console_scripts] interpolate = numerics.interpolation:main + manipulate = numerics.manipulate:main plot = numerics.plot:main read-csv = numerics.read:main smooth = numerics.smooth:main @@ -26,7 +27,6 @@ # TODO: # cleanse = numerics.clean:main # fold = numerics.fold:main -# manipulate = numerics.manipulate:main kw['install_requires'] = dependencies except ImportError: from distutils.core import setup