Skip to content

Commit bc38119

Browse files
authored
Fix a warning about dash-separated cfg key
``` /usr/lib/python3.10/site-packages/setuptools/dist.py:723: UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead ```
1 parent 87fd2cb commit bc38119

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
@@ -1,3 +1,3 @@
11

22
[metadata]
3-
description-file = README.rst
3+
description_file = README.rst

0 commit comments

Comments
 (0)