Mercurial > hg > numerics
diff setup.py @ 27:f865bc916593
stub for type inference
author | Jeff Hammel <k0scist@gmail.com> |
---|---|
date | Tue, 07 Oct 2014 21:04:36 -0700 |
parents | 5245d7d0c1bf |
children | c2c92c8da611 |
line wrap: on
line diff
--- a/setup.py Tue Oct 07 16:47:25 2014 -0700 +++ b/setup.py Tue Oct 07 21:04:36 2014 -0700 @@ -19,6 +19,7 @@ interpolate = numerics.interpolation:main plot = numerics.plot:main read-csv = numerics.read:main + types = numerics.convert:main """ kw['install_requires'] = dependencies except ImportError: