aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Kemmer <tkemmer@computer.org>2023-01-09 15:25:17 +0100
committerGitHub <noreply@github.com>2023-01-09 15:25:17 +0100
commit2216fb28b74a91ff1aebeaac45736191f81c48cb (patch)
tree975cb48c97092f242a3d179737911cd773c8f418
parent2abfc3682bd76019a3a2b09b0e290e385ce11429 (diff)
parent69916d77dabaf357d5757cbfa599ab115db147c4 (diff)
downloadcachetools-2216fb28b74a91ff1aebeaac45736191f81c48cb.tar.gz
Merge pull request #253 from mgorny/license_files
Replace deprecated license_file in setup.cfg.
-rw-r--r--setup.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index 50e3e2a..f09d5f5 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -5,7 +5,7 @@ url = https://github.com/tkem/cachetools/
author = Thomas Kemmer
author_email = tkemmer@computer.org
license = MIT
-license_file = LICENSE
+license_files = LICENSE
description = Extensible memoizing collections and decorators
long_description = file: README.rst
classifiers =