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/command/egg_info.py | |
parent | 529efe7bc944202f19fec1f406958f1485e4056a (diff) | |
download | python-setuptools-git-bd04fc60505619755508ab8736286c6c6bc661b9.tar.gz |
Cluster deprecations due_date
Diffstat (limited to 'setuptools/command/egg_info.py')
-rw-r--r-- | setuptools/command/egg_info.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/setuptools/command/egg_info.py b/setuptools/command/egg_info.py index 8063cea6..f5163ae7 100644 --- a/setuptools/command/egg_info.py +++ b/setuptools/command/egg_info.py @@ -338,7 +338,7 @@ class egg_info(InfoCommon, Command): Please rename {bei!r} to {self.egg_info!r} to correct this problem. """, - due_date=(2023, 9, 1), + due_date=(2023, 6, 1), # Old warning, introduced in 2005, might be safe to remove soon ) self.broken_egg_info = self.egg_info @@ -714,7 +714,7 @@ def warn_depends_obsolete(cmd, basename, filename): Configure your dependencies via `setup.cfg` or `pyproject.toml` instead. """, see_docs="userguide/declarative_config.html", - due_date=(2023, 9, 1), + due_date=(2023, 6, 1), # Old warning, introduced in 2005, it might be safe to remove soon. ) |