From e1443a44e0921bd3c5f4349d74bdab6209fef751 Mon Sep 17 00:00:00 2001 From: Bartek Wrona <wrona@syncad.com> Date: Mon, 24 Mar 2025 17:24:13 +0100 Subject: [PATCH] Adjusted config to satisfy new setuptools package needs (description-file -> description_file) --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 3a5c3277..77517ea4 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [metadata] -description-file = README.rst +description_file = README.rst license_file = LICENSE.txt [aliases] -- GitLab