From bbdf29d420b64a54db2c15930f076b6a0104c839 Mon Sep 17 00:00:00 2001 From: Pete Date: Mon, 30 Dec 2024 13:28:11 -0500 Subject: [PATCH] Update metadata to avoid dashes This change is to avoid the "SetuptoolsDeprecationWarning: Invalid dash-separated options" when installing this package via setuptools. --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index cb4a338..5823422 100644 --- a/setup.cfg +++ b/setup.cfg @@ -2,4 +2,4 @@ universal=1 [metadata] -description-file=README.md \ No newline at end of file +description_file=README.md