From 3f5a37ec94425886a850f61014300b86499e33dc Mon Sep 17 00:00:00 2001 From: actuateMark <77644649+actuateMark@users.noreply.github.com> Date: Mon, 24 Mar 2025 14:11:42 -0400 Subject: [PATCH] Fix deprecated metadata. Hyphens in metadata names causes syntax errors during build because they are no longer allowed. Underscores are required now. --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 224a779..08aedd7 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,2 +1,2 @@ [metadata] -description-file = README.md \ No newline at end of file +description_file = README.md