Skip to content

Commit 72bc307

Browse files
committed
Fix setuptools warning
1 parent dbf8c7b commit 72bc307

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
@@ -17,7 +17,7 @@ exclude = .tox,.git,docs,venv,.venv
1717
ignore_missing_imports = true
1818

1919
[metadata]
20-
description-file = README.md
20+
description_file = README.md
2121

2222
[tool:pytest]
2323
testpaths = tests

0 commit comments

Comments
 (0)