diff options
| author | Anderson Bravalheri <andersonbravalheri@gmail.com> | 2023-03-07 21:17:34 +0000 |
|---|---|---|
| committer | Anderson Bravalheri <andersonbravalheri@gmail.com> | 2023-03-07 21:48:39 +0000 |
| commit | bd04fc60505619755508ab8736286c6c6bc661b9 (patch) | |
| tree | 05c726f8550b757e21822c086deffcb2e2318a67 /setuptools/config/pyprojecttoml.py | |
| parent | 529efe7bc944202f19fec1f406958f1485e4056a (diff) | |
| download | python-setuptools-git-bd04fc60505619755508ab8736286c6c6bc661b9.tar.gz | |
Cluster deprecations due_date
Diffstat (limited to 'setuptools/config/pyprojecttoml.py')
| -rw-r--r-- | setuptools/config/pyprojecttoml.py | 2 |
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" |
