Skip to content

Commit 6d4e4c5

Browse files
committed
Add a due date on the deprecation.
1 parent 87dde80 commit 6d4e4c5

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

setuptools/command/install.py

Lines changed: 1 addition & 3 deletions
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)