We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8071d6 commit 7fc5e05Copy full SHA for 7fc5e05
newsfragments/+99b1cfb7.feature.rst
@@ -0,0 +1 @@
1
+Added a deadline of Oct 31 to the setup.py install deprecation.
setuptools/command/install.py
@@ -63,9 +63,7 @@ def initialize_options(self):
63
standards-based tools.
64
""",
65
see_url="https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html",
66
- # TODO: Document how to bootstrap setuptools without install
67
- # (e.g. by unzipping the wheel file)
68
- # and then add a due_date to this warning.
+ due_date=(2025, 10, 31),
69
)
70
71
super().initialize_options()
0 commit comments