summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorRandy Au <randy@numbergrinder.com>2014-12-19 11:59:39 -0500
committerRandy Au <randy@numbergrinder.com>2014-12-19 11:59:39 -0500
commit5b020924cc796341fdf4b89e06f867e566bee4c1 (patch)
tree20b2ef92b4d3503114987b1977ef3738db59c3c5 /setup.py
parent7a761b4eb96a4efdf84e54517e9617ac4aaf090f (diff)
parented3b010ec72117b04955b4f96ad0d4d9a5a39c4e (diff)
downloaddata_hacks-5b020924cc796341fdf4b89e06f867e566bee4c1.zip
data_hacks-5b020924cc796341fdf4b89e06f867e566bee4c1.tar.gz
data_hacks-5b020924cc796341fdf4b89e06f867e566bee4c1.tar.bz2
Merge pull request #19 from jehiah/bar_chart_percentage_19
bar chart/histogram percentage
Diffstat (limited to 'setup.py')
-rwxr-xr-x[-rw-r--r--]setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index ea37d5a..d0fc881 100644..100755
--- a/setup.py
+++ b/setup.py
@@ -8,7 +8,7 @@ setup(name='data_hacks',
description='Command line utilities for data analysis',
author='Jehiah Czebotar',
author_email='jehiah@gmail.com',
- url='http://github.com/bitly/data_analysis',
+ url='https://github.com/bitly/data_hacks',
classifiers=[
'Development Status :: 4 - Beta',
'Programming Language :: Python',