summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorJordan Cook <jordan.cook@pioneer.com>2021-10-04 15:01:03 -0500
committerJordan Cook <jordan.cook@pioneer.com>2021-10-04 15:02:07 -0500
commit17d6ced9211cb7b9325152d694911a153c62d38c (patch)
treee3a4eb69e93a224086deaece63cd61303543fe47 /pyproject.toml
parentebad4f42dc0dba6894808eacd034f99ae42ae190 (diff)
downloadrequests-cache-17d6ced9211cb7b9325152d694911a153c62d38c.tar.gz
Use correct SPDX license short identifier in package metadata
Fixes #427
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 857725b..40a03eb 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -4,7 +4,7 @@ version = "0.8.2"
description = "A transparent persistent cache for the requests library"
authors = ["Roman Haritonov"]
maintainers = ["Jordan Cook"]
-license = "BSD License"
+license = "BSD-2-Clause"
readme = "README.md"
documentation = "https://requests-cache.readthedocs.io"
homepage = "https://github.com/reclosedev/requests-cache"