Skip to content

Commit 6f4eb95

Browse files
authored
Update setup.cfg to description_file field (#7248)
Resolve `UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead`
1 parent a19406b commit 6f4eb95

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
@@ -4,7 +4,7 @@
44

55
[metadata]
66
license_file = LICENSE
7-
description-file = README.md
7+
description_file = README.md
88

99

1010
[tool:pytest]

0 commit comments

Comments
 (0)