From d86deca0af2f22eb2b2000eb4f95f171108c8cc1 Mon Sep 17 00:00:00 2001 From: Joel Mwaka <51863091+joelmwaka@users.noreply.github.com> Date: Mon, 24 Mar 2025 16:37:34 +0100 Subject: [PATCH] Update setup.cfg description-file nolonger works with python 3.12 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 11e9ec40..ddb7da9e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,2 +1,2 @@ [metadata] -description-file = README.rst \ No newline at end of file +description_file = README.rst