summaryrefslogtreecommitdiff
path: root/setuptools/config/pyprojecttoml.py
diff options
context:
space:
mode:
authorAnderson Bravalheri <andersonbravalheri@gmail.com>2023-03-07 21:17:34 +0000
committerAnderson Bravalheri <andersonbravalheri@gmail.com>2023-03-07 21:48:39 +0000
commitbd04fc60505619755508ab8736286c6c6bc661b9 (patch)
tree05c726f8550b757e21822c086deffcb2e2318a67 /setuptools/config/pyprojecttoml.py
parent529efe7bc944202f19fec1f406958f1485e4056a (diff)
downloadpython-setuptools-git-bd04fc60505619755508ab8736286c6c6bc661b9.tar.gz
Cluster deprecations due_date
Diffstat (limited to 'setuptools/config/pyprojecttoml.py')
-rw-r--r--setuptools/config/pyprojecttoml.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setuptools/config/pyprojecttoml.py b/setuptools/config/pyprojecttoml.py
index c340121c..8d1dcaed 100644
--- a/setuptools/config/pyprojecttoml.py
+++ b/setuptools/config/pyprojecttoml.py
@@ -492,5 +492,5 @@ class _InvalidFile(SetuptoolsWarning):
To prevent setuptools from considering `pyproject.toml` please
DO NOT include both `[project]` or `[tool.setuptools]` tables in your file.
"""
- _DUE_DATE = (2023, 4, 26) # warning introduced in 2022-03-26
+ _DUE_DATE = (2023, 6, 1) # warning introduced in 2022-03-26
_SEE_DOCS = "userguide/pyproject_config.html"