From 58e8acc80a86af720d244e639bb6edc66b27cd8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C4=9Bj=20Cepl?= Date: Sat, 6 May 2023 10:29:20 +0200 Subject: [PATCH] license_file -> license_files to make pip happy https://setuptools.pypa.io/en/latest/history.html#id522 license_file has been deprecated --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 7308cecf..5196d55d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [metadata] -license_file = LICENSE +license_files = LICENSE name = twine author = Donald Stufft and individual contributors author_email = donald@stufft.io