Skip to content

Commit e6db332

Browse files
committed
fix: SetuptoolsDeprecationWarning: Invalid dash-separated options
/home/anders/.cache/uv/builds-v0/.tmpXAxITl/lib/python3.12/site-packages/setuptools/dist.py:589: SetuptoolsDeprecationWarning: Invalid dash-separated options !! ******************************************************************************** Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead. This deprecation is overdue, please update your project and remove deprecated calls to avoid build errors in the future. See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details. ******************************************************************************** !! opt = self.warn_dash_deprecation(opt, section) Signed-off-by: Anders Kaseorg <[email protected]>
1 parent 317a5bb commit e6db332

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
@@ -2,7 +2,7 @@
22
universal = 1
33

44
[metadata]
5-
description-file = README.md
5+
description_file = README.md
66
license = MIT
77

88
[flake8]

0 commit comments

Comments
 (0)