We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7f40e4 commit 734eec6Copy full SHA for 734eec6
changelog.d/1458.misc.rst
@@ -0,0 +1 @@
1
+Added template for reporting Python 2 incompatibilities.
pkg_resources/py2_warn.py
@@ -12,9 +12,8 @@
12
Setuptools using pip 9.x or later or pin to `setuptools<45`
13
in your environment.
14
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.
+ this message, please follow up at
+ https://bit.ly/setuptools-py2-warning.
18
""")
19
20
pre = "Setuptools will stop working on Python 2\n"
0 commit comments