Mercurial > hg > numerics
diff setup.py @ 29:c2c92c8da611
add simple smoother
author | Jeff Hammel <k0scist@gmail.com> |
---|---|
date | Thu, 09 Oct 2014 15:01:01 -0700 |
parents | f865bc916593 |
children | dee0a650bd5a |
line wrap: on
line diff
--- a/setup.py Wed Oct 08 11:12:28 2014 -0700 +++ b/setup.py Thu Oct 09 15:01:01 2014 -0700 @@ -19,6 +19,7 @@ interpolate = numerics.interpolation:main plot = numerics.plot:main read-csv = numerics.read:main + smooth = numerics.smooth:main types = numerics.convert:main """ kw['install_requires'] = dependencies