We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88bee15 commit 3a0596fCopy full SHA for 3a0596f
newsfragments/4870.removal.rst
@@ -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