Skip to content

Commit 7fc5e05

Browse files
committed
Add a due date on the deprecation.
1 parent d8071d6 commit 7fc5e05

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

newsfragments/+99b1cfb7.feature.rst

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Added a deadline of Oct 31 to the setup.py install deprecation.

setuptools/command/install.py

+1-3
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,7 @@ def initialize_options(self):
6363
standards-based tools.
6464
""",
6565
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.
66+
due_date=(2025, 10, 31),
6967
)
7068

7169
super().initialize_options()

0 commit comments

Comments
 (0)