We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bfbe92 commit 76a3669Copy full SHA for 76a3669
1 file changed
setup.cfg
@@ -1,11 +1,11 @@
1
[metadata]
2
-description-file = README.md
+description_file = README.md
3
4
[wheel]
5
universal = True
6
7
[flake8]
8
-max-line-length = 100
+max_line_length = 100
9
10
[tool:pytest]
11
norecursedirs=tests/testing
0 commit comments