From 6bffb8cc27931912ed0a78c8481d0a14c92b6965 Mon Sep 17 00:00:00 2001 From: Daniel Gawne <30755402+dgwn@users.noreply.github.com> Date: Mon, 24 Mar 2025 14:52:14 -0500 Subject: [PATCH] change hyphen to underscore to comply with setuptools deprecation introduced in v78.0.0 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 2cd4d0c..ecd45f2 100644 --- a/setup.cfg +++ b/setup.cfg @@ -2,7 +2,7 @@ universal=1 [metadata] -description-file = README.rst +description_file = README.rst license_file = LICENSE [flake8]