diff options
author | Nick Coghlan <ncoghlan@gmail.com> | 2014-05-25 13:17:44 +0000 |
---|---|---|
committer | Nick Coghlan <ncoghlan@gmail.com> | 2014-05-25 13:17:44 +0000 |
commit | d1034e6d0b8dfe3ed6e96bf29e3cd352d0a4ebd2 (patch) | |
tree | 8e62bd321d2e8e5860f7055b8e9adadf98d74b9b /setup.py | |
parent | 467ea50e19e47b0c46a842da0f7faf2bd8e8d714 (diff) | |
download | external_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-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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(), |