From d1034e6d0b8dfe3ed6e96bf29e3cd352d0a4ebd2 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. --HG-- branch : ncoghlan/setuppy-edited-online-with-bitbucket-1401023748153 --- 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.3