diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2020-03-25 10:57:15 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2020-03-25 10:57:15 -0400 |
| commit | 734eec6e3fca725c6b18cad2fffbd1f3e3a56fa7 (patch) | |
| tree | ab48d0b675688535fad738fc325879a03cc64aca /pkg_resources | |
| parent | c7f40e4ab0e9b83d1ba3c1418f161d78aca66273 (diff) | |
| download | python-setuptools-git-734eec6e3fca725c6b18cad2fffbd1f3e3a56fa7.tar.gz | |
Update warning message to direct users to file a template instead of commenting in #1458.
Diffstat (limited to 'pkg_resources')
| -rw-r--r-- | pkg_resources/py2_warn.py | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/pkg_resources/py2_warn.py b/pkg_resources/py2_warn.py index 1b151956..bfc35234 100644 --- a/pkg_resources/py2_warn.py +++ b/pkg_resources/py2_warn.py @@ -12,9 +12,8 @@ msg = textwrap.dedent(""" Setuptools using pip 9.x or later or pin to `setuptools<45` in your environment. If you have done those things and are still encountering - this message, please comment in - https://github.com/pypa/setuptools/issues/1458 - about the steps that led to this unsupported combination. + this message, please follow up at + https://bit.ly/setuptools-py2-warning. """) pre = "Setuptools will stop working on Python 2\n" |
