From e2b8c1e9951589ecdfc2962258f76a0519cec387 Mon Sep 17 00:00:00 2001 From: Aaron Linville Date: Wed, 26 Mar 2025 11:52:58 -0400 Subject: [PATCH] Setuptools deprecated dash-seperated keys in [v54.1.10 (2021)](https://setuptools.pypa.io/en/latest/history.html#id855). --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index a8be8d2..9c54757 100644 --- a/setup.cfg +++ b/setup.cfg @@ -2,7 +2,7 @@ dry-run = 1 [metadata] -description-file=README.rst +description_file=README.rst [bdist_wheel] universal = 1