From e50299d9082bb32f2407ad52351ca228acab232b Mon Sep 17 00:00:00 2001 From: Rob Smith Date: Thu, 1 Jan 2015 22:37:02 -0800 Subject: [PATCH] Fix urls --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 5da0573c6..bde24ae9e 100755 --- a/setup.py +++ b/setup.py @@ -134,9 +134,9 @@ def pkgPath(root, path, rpath="/"): setup( name='diamond', version=version, - url='https://github.com/BrightcoveOS/Diamond', + url='https://github.com/python-diamond/Diamond', author='The Diamond Team', - author_email='https://github.com/BrightcoveOS/Diamond', + author_email='https://github.com/python-diamond/Diamond', license='MIT License', description='Smart data producer for graphite graphing package', package_dir={'': 'src'},