Mercurial > hg > numerics
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 26:e01d84d29cd0 | 27:f865bc916593 |
|---|---|
| 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 types = numerics.convert:main | |
| 22 """ | 23 """ |
| 23 kw['install_requires'] = dependencies | 24 kw['install_requires'] = dependencies |
| 24 except ImportError: | 25 except ImportError: |
| 25 from distutils.core import setup | 26 from distutils.core import setup |
| 26 kw['requires'] = dependencies | 27 kw['requires'] = dependencies |
