Mercurial > hg > numerics
comparison 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 |
comparison
equal
deleted
inserted
replaced
28:2cadb4349753 | 29:c2c92c8da611 |
---|---|
17 kw['entry_points'] = """ | 17 kw['entry_points'] = """ |
18 [console_scripts] | 18 [console_scripts] |
19 interpolate = numerics.interpolation:main | 19 interpolate = numerics.interpolation:main |
20 plot = numerics.plot:main | 20 plot = numerics.plot:main |
21 read-csv = numerics.read:main | 21 read-csv = numerics.read:main |
22 smooth = numerics.smooth:main | |
22 types = numerics.convert:main | 23 types = numerics.convert:main |
23 """ | 24 """ |
24 kw['install_requires'] = dependencies | 25 kw['install_requires'] = dependencies |
25 except ImportError: | 26 except ImportError: |
26 from distutils.core import setup | 27 from distutils.core import setup |