aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/command/install.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/command/install.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/command/install.py')
-rw-r--r--setuptools/command/install.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setuptools/command/install.py b/setuptools/command/install.py
index d2bca2ec..31a5ddb5 100644
--- a/setuptools/command/install.py
+++ b/setuptools/command/install.py
@@ -8,7 +8,7 @@ import distutils.command.install as orig
import setuptools
# Prior to numpy 1.9, NumPy relies on the '_install' name, so provide it for
-# now. See https://bitbucket.org/pypa/setuptools/issue/199/
+# now. See https://github.com/pypa/setuptools/issues/199/
_install = orig.install