diff setup.py @ 63:0df8bcb6d521

stubbing: unicode histograms
author Jeff Hammel <k0scist@gmail.com>
date Thu, 26 Feb 2015 15:12:48 -0800
parents 18c0820bfe12
children 7dd1b18c9f78
line wrap: on
line diff
--- a/setup.py	Mon Feb 23 10:50:13 2015 -0800
+++ b/setup.py	Thu Feb 26 15:12:48 2015 -0800
@@ -17,6 +17,7 @@
     kw['entry_points'] = """
     [console_scripts]
     cat-columns = numerics.cat_columns:main
+    histogram = numerics.histogram:main
     interpolate = numerics.interpolation:main
     manipulate = numerics.manipulate:main
     plot = numerics.plot:main