Skip to content

Commit

Permalink
Fix urls
Browse files Browse the repository at this point in the history
  • Loading branch information
kormoc committed Jan 2, 2015
1 parent ffddf2a commit e50299d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -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'},
Expand Down

0 comments on commit e50299d

Please sign in to comment.