diff setup.py @ 66:7dd1b18c9f78

minor cleanup and better error
author Jeff Hammel <k0scist@gmail.com>
date Sat, 28 Feb 2015 13:51:40 -0800
parents 0df8bcb6d521
children a027870e7a93
line wrap: on
line diff
--- a/setup.py	Fri Feb 27 13:34:05 2015 -0800
+++ b/setup.py	Sat Feb 28 13:51:40 2015 -0800
@@ -27,7 +27,7 @@
     types = numerics.convert:main
 """
 # TODO:
-#   cleanse = numerics.clean:main
+#   cleanse = numerics.clean:main  # cleans up outliers
 #   fold = numerics.fold:main
     kw['install_requires'] = dependencies
 except ImportError: