From 0bb428c410b8df64c04dc881ac1db37d932f3066 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C4=9Bj=20Cepl?= Date: Sat, 6 May 2023 16:40:18 +0200 Subject: [PATCH] license_file -> license_files to make pip happy (#992) https://setuptools.pypa.io/en/latest/history.html#id522 license_file has been deprecated Co-authored-by: Ian Stapleton Cordasco --- 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