From 5f8c0f0c37dbf5451e15190715351d386a1a53d4 Mon Sep 17 00:00:00 2001 From: Aarni Koskela Date: Thu, 16 Jun 2022 08:40:15 +0300 Subject: [PATCH] setup.cfg: switch to metadata.license_files See https://github.com/pypa/setuptools/pull/2620 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.2