comparison setup.py @ 41:dee0a650bd5a

eternally stubbing
author Jeff Hammel <k0scist@gmail.com>
date Tue, 09 Dec 2014 17:05:28 -0800
parents c2c92c8da611
children ef915968d104
comparison
equal deleted inserted replaced
40:37378374b218 41:dee0a650bd5a
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 smooth = numerics.smooth:main
23 sum = numerics.sum:main
23 types = numerics.convert:main 24 types = numerics.convert:main
24 """ 25 """
25 kw['install_requires'] = dependencies 26 kw['install_requires'] = dependencies
26 except ImportError: 27 except ImportError:
27 from distutils.core import setup 28 from distutils.core import setup