Commit d1034e6d authored by Nick Coghlan's avatar Nick Coghlan

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
parent 467ea50e
......@@ -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(),
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment