From bd2e93e00de892c7c0eace0dfaf08f8d6b90cc54 Mon Sep 17 00:00:00 2001 From: Erhan Date: Thu, 11 May 2023 16:28:55 +0200 Subject: [PATCH] Using underscore name 'description_file' in setup.cfg Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead. By 2023-Sep-26, you need to update your project and remove deprecated calls or your builds will no longer be supported. See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details. --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index b88034e..08aedd7 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,2 +1,2 @@ [metadata] -description-file = README.md +description_file = README.md