From d3f83ab3697a64e77f2d2c070c075c52819ae67d Mon Sep 17 00:00:00 2001 From: Sandy Walsh Date: Wed, 22 Oct 2014 11:20:56 -0700 Subject: [PATCH] Move to stackforge repo. Updates setup for pypi Change-Id: I37967d3e265f4a3a49dab0e47ef6e79974db80cc --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 4be730c..d5ea0d2 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ install_reqs = [str(r.req) for r in parse_requirements(req_file)] setup( name='stackdistiller', - version='0.10', + version='0.11', author='Monsyne Dragon', author_email='mdragon@rackspace.com', description=("A data extraction and transformation library for " @@ -28,7 +28,7 @@ setup( 'Programming Language :: Python :: 2.6', 'Programming Language :: Python :: 2.7', ], - url='https://github.com/StackTach/stackdistiller', + url='https://github.com/stackforge/stacktach-stackdistiller', scripts=['bin/test-distiller.py'], long_description=read('README.md'), install_requires=install_reqs,