Skip to content

Commit 2ad14c8

Browse files
committed
fix: change setup-cfg keys from dash to snake case
Setuptools no longer accepts options containing uppercase or dash characters in setup.cfg Signed-off-by: Dominic Evans <[email protected]>
1 parent 6bfbe92 commit 2ad14c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[metadata]
2-
description-file = README.md
2+
description_file = README.md
33

44
[wheel]
55
universal = True
66

77
[flake8]
8-
max-line-length = 100
8+
max_line_length = 100
99

1010
[tool:pytest]
1111
norecursedirs=tests/testing

0 commit comments

Comments
 (0)