Skip to content

Commit 2eb016c

Browse files
authored
Fix deprecated/invalid setup.cfg
Dash-separated keys for setuptools config have been deprecated in [v54.1.10 (2021)](https://setuptools.pypa.io/en/latest/history.html#id855)and removed in [v78](https://setuptools.pypa.io/en/latest/history.html#v78-0-0).
1 parent bf3e6da commit 2eb016c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
universal = 1
33

44
[metadata]
5-
description-file = README.md
5+
description_file = README.md
66
license = MIT
77

88
[flake8]

0 commit comments

Comments
 (0)