From fc40c1f2d1ceee13d7a8c7d69623a662dc605a98 Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Tue, 30 Apr 2024 17:35:41 +0100 Subject: [PATCH] setup.cfg: Stop using deprecated license_file alias --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index eb50b74..cde7c44 100644 --- a/setup.cfg +++ b/setup.cfg @@ -14,7 +14,7 @@ extend-ignore = N806, N802, N801, N803 universal = 0 [metadata] -license_file = LICENSE +license_files = LICENSE [isort] profile=black