From 963f107a49c00ad219e14bdacc4374807689f93d Mon Sep 17 00:00:00 2001 From: forsweet Date: Mon, 3 Apr 2023 15:02:20 +0800 Subject: [PATCH] 'description-file' will not be supported in future versions. UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 035a16134..b649cbe2c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -13,4 +13,4 @@ ignore_missing_imports = True test = pytest [metadata] -description-file = README.rst +description_file = README.rst