Skip to content

Commit 3a0596f

Browse files
committed
Add news fragment
1 parent 88bee15 commit 3a0596f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

newsfragments/4870.removal.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
Setuptools no longer accepts options containing uppercase or dash characters in ``setup.cfg``.
2+
Please ensure to write the options in ``setup.cfg`` using the :wiki:`lower_snake_case <Snake_case>` convention
3+
(e.g. ``Name => name``, ``install-requires => install_requires``).
4+
This is a follow-up on deprecations introduced in
5+
`v54.1.0 <https://setuptools.pypa.io/en/latest/history.html#v54-1-0>`_ (see #1608) and
6+
`v54.1.1 <https://setuptools.pypa.io/en/latest/history.html#v54-1-1>`_ (see #2592).
7+
8+
.. note::
9+
This change *does not affect configurations in* ``pyproject.toml``
10+
(which uses the :wiki:`lower-kebab-case <Letter_case#Kebab_case>` convention following the precedent in :pep:`517`).

0 commit comments

Comments
 (0)