Skip to content

Commit ff14b00

Browse files
committed
fix setup.cfg - -> _
1 parent 7bc2973 commit ff14b00

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.cfg

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

44
[flake8]
5-
max-line-length = 100
6-
max-complexity = 10
5+
max_line_length = 100
6+
max_complexity = 10
77
filename = *.py
88
format = default
99
exclude =/quickbooks/objects/__init__.py

0 commit comments

Comments
 (0)