From 6f4eb95af72589c0f751111978631db8d38da7f0 Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Sun, 3 Apr 2022 00:18:18 +0200 Subject: [PATCH] Update setup.cfg to `description_file` field (#7248) Resolve `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 c387d84a33e2..020a75740e97 100644 --- a/setup.cfg +++ b/setup.cfg @@ -4,7 +4,7 @@ [metadata] license_file = LICENSE -description-file = README.md +description_file = README.md [tool:pytest]