summaryrefslogtreecommitdiff
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
parentebad4f42dc0dba6894808eacd034f99ae42ae190 (diff)
downloadrequests-cache-17d6ced9211cb7b9325152d694911a153c62d38c.tar.gz
Use correct SPDX license short identifier in package metadata
Fixes #427
-rw-r--r--HISTORY.md1
-rw-r--r--pyproject.toml2
2 files changed, 2 insertions, 1 deletions
diff --git a/HISTORY.md b/HISTORY.md
index ca880ca..79839a9 100644
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -6,6 +6,7 @@
* Make per-request expiration thread-safe for both `CachedSession.request()` and `CachedSession.send()`
* Handle some additional corner cases when normalizing request data
* Some micro-optimizations for request matching
+* Fix license metadata as shown on PyPI
## 0.8.1 (2021-09-15)
* Redact `ingored_parameters` from `CachedResponse.url` (if used for credentials or other sensitive info)
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"