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.10.3~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0ab05bc61a8f2064b0ae2a57656b258e641ed192;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 87c8e963..aed94718 100644 --- a/setup.cfg +++ b/setup.cfg @@ -11,4 +11,4 @@ filterwarnings = ignore:babel.numbers.format_decimal:DeprecationWarning [metadata] -license_file = LICENSE +license_files = LICENSE