Mercurial > hg > numerics
changeset 54:bbfe25d23a9f
notes to self re fitting Skinny Puppy reference
author | Jeff Hammel <k0scist@gmail.com> |
---|---|
date | Tue, 20 Jan 2015 15:54:06 -0800 |
parents | cd9ec2784077 |
children | ecaf1d4b1c2c |
files | setup.py |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/setup.py Tue Jan 20 15:49:20 2015 -0800 +++ b/setup.py Tue Jan 20 15:54:06 2015 -0800 @@ -23,6 +23,10 @@ sum = numerics.sum:main types = numerics.convert:main """ +# TODO: +# cleanse = numerics.clean:main +# fold = numerics.fold:main +# manipulate = numerics.manipulate:main kw['install_requires'] = dependencies except ImportError: from distutils.core import setup