From cfef0233b08a63eaf2c0e7f9db094759e9045de9 Mon Sep 17 00:00:00 2001 From: Armin Rigo Date: Thu, 8 Jun 2023 19:32:56 +0200 Subject: [PATCH] a possible answer to e790eae0aa14: if we give both the license_file and the license_files key in setup.cfg, then I guess it should work both on old and post-Oct-2023 versions of wheel? We're still getting the warning from setup.py, but that's only a minor annoyance. --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index d079c9a4..0008de80 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,6 @@ [metadata] license_file = LICENSE +license_files = LICENSE project_urls = Documentation = http://cffi.readthedocs.org/ Source Code = https://foss.heptapod.net/pypy/cffi