From fb9cef866694a38079d59b6ac9487ad20ab9dc7a Mon Sep 17 00:00:00 2001 From: Adam Johnson Date: Tue, 9 Aug 2022 11:30:44 +0100 Subject: [PATCH] Fix setuptools warning about license_files --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 46ffb13c52..1c85a69e4a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [metadata] -license_file = LICENSE.md +license_files = LICENSE.md [tool:pytest] addopts=--tb=short --strict-markers -ra