From 4392e0de5ceef745f8754e85a9bdfa51a4c17f4d Mon Sep 17 00:00:00 2001 From: Nick Coghlan Date: Sun, 25 May 2014 13:17:44 +0000 Subject: Change the project URL to BitBucket rather than PyPI Currently, the project metadata on PyPI doesn't provide an easy way to navigate to the BitBucket repo. This change replaces the current self-link back to PyPI with the appropriate link to BitBucket. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index caad6496..6b263702 100755 --- a/setup.py +++ b/setup.py @@ -121,7 +121,7 @@ setup_params = dict( license="PSF or ZPL", long_description=long_description, keywords="CPAN PyPI distutils eggs package management", - url="https://pypi.python.org/pypi/setuptools", + url="https://bitbucket.org/pypa/setuptools", test_suite='setuptools.tests', src_root=src_root, packages=setuptools.find_packages(), -- cgit v1.2.1