diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2016-03-29 12:17:06 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2016-03-29 12:17:06 -0400 |
commit | 3b90be7bb6323eb44d0f28864509c1d47aa098de (patch) | |
tree | 1c86ff2c6f2fe692de8b7e4a7807a5871692daca /release.py | |
parent | 0f147d3f3cffda76b6be0fa3e5b396ede7f3bbf2 (diff) | |
download | external_python_setuptools-3b90be7bb6323eb44d0f28864509c1d47aa098de.tar.gz external_python_setuptools-3b90be7bb6323eb44d0f28864509c1d47aa098de.tar.bz2 external_python_setuptools-3b90be7bb6323eb44d0f28864509c1d47aa098de.zip |
Update most bitbucket references to point to Github now. Fixes #422.
Diffstat (limited to 'release.py')
-rw-r--r-- | release.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15,6 +15,6 @@ files_with_versions = 'setuptools/version.py', # bdist_wheel must be included or pip will break dist_commands = 'sdist', 'bdist_wheel' -test_info = "Travis-CI tests: http://travis-ci.org/#!/jaraco/setuptools" +test_info = "Travis-CI tests: http://travis-ci.org/#!/pypa/setuptools" os.environ["SETUPTOOLS_INSTALL_WINDOWS_SPECIFIC_FILES"] = "1" |