From 29ec49ef1fc2928145e3b218b09df5cc9209039d Mon Sep 17 00:00:00 2001 From: Aaron Linville Date: Thu, 27 Mar 2025 19:50:51 -0400 Subject: [PATCH] Setuptools deprecated dash-seperated keys in v54.1.10 (2021). --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 06f8414f..2c93dbb0 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [metadata] -description-file = README.rst +description_file = README.rst [aliases] test=pytest