aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorNick Coghlan <ncoghlan@gmail.com>2014-05-25 13:17:44 +0000
committerNick Coghlan <ncoghlan@gmail.com>2014-05-25 13:17:44 +0000
commitd1034e6d0b8dfe3ed6e96bf29e3cd352d0a4ebd2 (patch)
tree8e62bd321d2e8e5860f7055b8e9adadf98d74b9b /setup.py
parent467ea50e19e47b0c46a842da0f7faf2bd8e8d714 (diff)
downloadexternal_python_setuptools-d1034e6d0b8dfe3ed6e96bf29e3cd352d0a4ebd2.tar.gz
external_python_setuptools-d1034e6d0b8dfe3ed6e96bf29e3cd352d0a4ebd2.tar.bz2
external_python_setuptools-d1034e6d0b8dfe3ed6e96bf29e3cd352d0a4ebd2.zip
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
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
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(),