From f3826ed3d16d98d1a6619ca8bc8a0d0b9493d596 Mon Sep 17 00:00:00 2001 From: Louis Sautier Date: Tue, 10 Aug 2021 00:02:08 +0200 Subject: [PATCH] Remove ineffective description-file key from setup.cfg Otherwise, setuptools warns that: "UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead" This key doesn't seem to do anything unless you use pbr. --- setup.cfg | 2 -- 1 file changed, 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 6ddead9..6d71f28 100644 --- a/setup.cfg +++ b/setup.cfg @@ -5,6 +5,4 @@ zip_safe= universal = 1 [metadata] -description-file = README.md license_file = LICENSE -