Skip to content

Commit 734eec6

Browse files
committed
Update warning message to direct users to file a template instead of commenting in #1458.
1 parent c7f40e4 commit 734eec6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

changelog.d/1458.misc.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Added template for reporting Python 2 incompatibilities.

pkg_resources/py2_warn.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,8 @@
1212
Setuptools using pip 9.x or later or pin to `setuptools<45`
1313
in your environment.
1414
If you have done those things and are still encountering
15-
this message, please comment in
16-
https://github.com/pypa/setuptools/issues/1458
17-
about the steps that led to this unsupported combination.
15+
this message, please follow up at
16+
https://bit.ly/setuptools-py2-warning.
1817
""")
1918

2019
pre = "Setuptools will stop working on Python 2\n"

0 commit comments

Comments
 (0)