From: Aarni Koskela Date: Thu, 16 Jun 2022 05:40:15 +0000 (+0300) Subject: setup.cfg: switch to metadata.license_files X-Git-Tag: v2.11.0~15^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5f8c0f0c37dbf5451e15190715351d386a1a53d4;p=thirdparty%2Fbabel.git setup.cfg: switch to metadata.license_files See https://github.com/pypa/setuptools/pull/2620 --- diff --git a/setup.cfg b/setup.cfg index f7bfe23c..ac49ca54 100644 --- a/setup.cfg +++ b/setup.cfg @@ -8,4 +8,4 @@ filterwarnings = ignore:babel.numbers.format_decimal:DeprecationWarning [metadata] -license_file = LICENSE +license_files = LICENSE