Mercurial > hg > numerics
comparison setup.py @ 176:f9c87cba1df3
clean off some dust
author | Jeff Hammel <k0scist@gmail.com> |
---|---|
date | Thu, 10 Mar 2016 12:36:26 -0800 |
parents | 1896743209d3 |
children | f63194f81f7d |
comparison
equal
deleted
inserted
replaced
175:c4a5adc2d8f2 | 176:f9c87cba1df3 |
---|---|
4 setup packaging script for numerics python package | 4 setup packaging script for numerics python package |
5 """ | 5 """ |
6 | 6 |
7 import os | 7 import os |
8 | 8 |
9 version = "0.1" | 9 version = "0.2" |
10 dependencies = ['numpy', | 10 dependencies = ['numpy', |
11 'pandas', | 11 'pandas', |
12 'matplotlib', | 12 'matplotlib', |
13 'bokeh>=0.8.1', | 13 'bokeh>=0.8.1', |
14 'python-dateutil', | 14 'python-dateutil', |