Skip to content

Commit 2a7c2db

Browse files
authored
'description-file' will not be supported in future versions. (#1148)
UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead
1 parent d28cc54 commit 2a7c2db

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
@@ -13,4 +13,4 @@ ignore_missing_imports = True
1313
test = pytest
1414

1515
[metadata]
16-
description-file = README.rst
16+
description_file = README.rst

0 commit comments

Comments
 (0)