Skip to content

Commit cfdeb78

Browse files
Fix incompatibility issue with setuptools >= 78
Setuptools deprecated dash-separated settings From NEWS.rst: > Setuptools no longer accepts options containing uppercase or dash characters in setup.cfg. Please ensure to write the options in setup.cfg using the :wiki:`lower_snake_case <Snake_case>` convention (e.g. Name => name, install-requires => install_requires). This is a follow-up on deprecations introduced in v54.1.0 (see #1608) and v54.1.1 (see #2592).
1 parent 67141c2 commit cfdeb78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[metadata]
2-
description-file = README.md
2+
description_file = README.md
33

44
[flake8]
55
max-line-length = 100

0 commit comments

Comments
 (0)