summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-10-18 09:43:17 +0200
committerGitHub <noreply@github.com>2022-10-18 13:43:17 +0600
commit564d526fdbdc32a936e4b5ddac186c26024f626b (patch)
tree31313fd0434d5fe5722d1c3386fc42f7898e8a0b
parent7e69a15c01dd7d23edf0a958ced62c0684286ccb (diff)
downloadoauthlib-564d526fdbdc32a936e4b5ddac186c26024f626b.tar.gz
Update setup.cfg to use license_files (#839)
Fixes the following warning: > The license_file parameter is deprecated, use license_files instead.
-rw-r--r--setup.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index ca59291..286d6cb 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,5 @@
[metadata]
-license_file = LICENSE
+license_files = LICENSE
[isort]
combine_as_imports = true