aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2020-05-26 18:12:33 -0400
committerJason R. Coombs <jaraco@jaraco.com>2020-05-26 18:12:33 -0400
commit7b25b1a6a70577fdadbadb75b55a80a328143848 (patch)
treeedffacf45898b6073c9d32460671e18cb400bc5d
parentaa989003c14193ce9308318c1e9f36060b9ac71e (diff)
downloadexternal_python_setuptools-7b25b1a6a70577fdadbadb75b55a80a328143848.tar.gz
external_python_setuptools-7b25b1a6a70577fdadbadb75b55a80a328143848.tar.bz2
external_python_setuptools-7b25b1a6a70577fdadbadb75b55a80a328143848.zip
Use new link to sunset page. Ref #2134.
-rw-r--r--pkg_resources/py2_warn.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg_resources/py2_warn.py b/pkg_resources/py2_warn.py
index 00cc8bc7..6855aa24 100644
--- a/pkg_resources/py2_warn.py
+++ b/pkg_resources/py2_warn.py
@@ -6,7 +6,7 @@ import textwrap
msg = textwrap.dedent("""
Encountered a version of Setuptools that no longer supports
this version of Python. Please head to
- https://bit.ly/setuptools-py2-warning for support.
+ https://bit.ly/setuptools-py2-sunset for support.
""")
pre = "Setuptools no longer works on Python 2\n"