From 34da5922a6afa116a04b0b929b8cfe4f31b89c02 Mon Sep 17 00:00:00 2001 From: Marc Kassubeck Date: Mon, 24 Mar 2025 16:15:20 +0100 Subject: [PATCH 1/2] Fix deprecated key --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 91a9f68..2860901 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [metadata] -description-file = README.md +description_file = README.md license_file = LICENSE.txt [bdist_wheel] From 982af40ac4416c3a949e85af9e02137e0af7f54a Mon Sep 17 00:00:00 2001 From: Marc Kassubeck Date: Mon, 24 Mar 2025 16:20:44 +0100 Subject: [PATCH 2/2] other key as well --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 2860901..cb23b59 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,4 +3,4 @@ description_file = README.md license_file = LICENSE.txt [bdist_wheel] -python-tag = py37 \ No newline at end of file +python_tag = py37 \ No newline at end of file