From 82d038ec5eaf7cba2ef36ceffac3c763791b06b2 Mon Sep 17 00:00:00 2001 From: Matthew Armstrong <104786341+mattmarmstrong@users.noreply.github.com> Date: Mon, 24 Mar 2025 15:30:21 -0600 Subject: [PATCH] Replace the dash in 'description-file' with an underscore to avoid triggering an error when using setuptools >= 78.0.0. --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 5aef279b..ddb7da9e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,2 +1,2 @@ [metadata] -description-file = README.rst +description_file = README.rst