From f7e9caba4ae245a039c0c49570b5a874b6b34a35 Mon Sep 17 00:00:00 2001 From: Graham Dumpleton Date: Sun, 5 Nov 2023 09:07:25 +1100 Subject: [PATCH] Avoid use of deprecated setup file keyword. --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 7cd75d26..9c282c93 100644 --- a/setup.cfg +++ b/setup.cfg @@ -10,7 +10,7 @@ description = Module for decorators, wrappers and monkey patching. long_description = file: README.rst long_description_content_type = text/x-rst license = BSD -license_file = LICENSE +license_files = LICENSE platform = any keywords = wrapper, proxy, decorator classifiers =