aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/dist.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-03-29 12:17:06 -0400
committerJason R. Coombs <jaraco@jaraco.com>2016-03-29 12:17:06 -0400
commit3b90be7bb6323eb44d0f28864509c1d47aa098de (patch)
tree1c86ff2c6f2fe692de8b7e4a7807a5871692daca /setuptools/dist.py
parent0f147d3f3cffda76b6be0fa3e5b396ede7f3bbf2 (diff)
downloadexternal_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 'setuptools/dist.py')
-rw-r--r--setuptools/dist.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/setuptools/dist.py b/setuptools/dist.py
index 77855415..086e0a58 100644
--- a/setuptools/dist.py
+++ b/setuptools/dist.py
@@ -720,7 +720,7 @@ class Feature:
"""
**deprecated** -- The `Feature` facility was never completely implemented
or supported, `has reported issues
- <https://bitbucket.org/pypa/setuptools/issue/58>`_ and will be removed in
+ <https://github.com/pypa/setuptools/issues/58>`_ and will be removed in
a future version.
A subset of the distribution that can be excluded if unneeded/wanted
@@ -777,7 +777,7 @@ class Feature:
def warn_deprecated():
warnings.warn(
"Features are deprecated and will be removed in a future "
- "version. See http://bitbucket.org/pypa/setuptools/65.",
+ "version. See https://github.com/pypa/setuptools/issues/65.",
DeprecationWarning,
stacklevel=3,
)