From fe343a79f817734cc95f28fee91452d7d7fd8c21 Mon Sep 17 00:00:00 2001 From: Hugo Date: Fri, 27 Dec 2019 19:39:57 +0200 Subject: [PATCH] Remove deprecated license_file from setup.cfg Starting with wheel 0.32.0 (2018-09-29), the `license_file` option is deprecated. * https://wheel.readthedocs.io/en/stable/news.html The wheel will continue to include `LICENSE`, it is now included automatically: * https://wheel.readthedocs.io/en/stable/user_guide.html#including-license-files-in-the-generated-wheel-file And `LICENSE` is still included in sdists thanks to setuptools-scm: * https://github.com/pytest-dev/pytest/pull/6348#issuecomment-567836331 --- setup.cfg | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 54b64af96..bef9f7871 100644 --- a/setup.cfg +++ b/setup.cfg @@ -10,7 +10,6 @@ project_urls = author = Holger Krekel, Bruno Oliveira, Ronny Pfannschmidt, Floris Bruynooghe, Brianna Laugher, Florian Bruhin and others license = MIT license -license_file = LICENSE keywords = test, unittest classifiers = Development Status :: 6 - Mature