summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorJordan Cook <jordan.cook@pioneer.com>2022-04-19 15:12:46 -0500
committerJordan Cook <jordan.cook@pioneer.com>2022-04-19 15:12:46 -0500
commit0751d9d4d0958a2afb206d8b8b07cc5dc7746824 (patch)
treeecdf42c75534e027ec7053a7109e418ffaff4cdd /pyproject.toml
parentc2303a14cc8586a0a3e2b64eb6f888b69a3376f7 (diff)
downloadrequests-cache-0751d9d4d0958a2afb206d8b8b07cc5dc7746824.tar.gz
Update some user docs
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/pyproject.toml b/pyproject.toml
index a09e6f4..833b5cb 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,7 +1,7 @@
[tool.poetry]
name = "requests-cache"
version = "0.10.0"
-description = "A transparent persistent cache for the requests library"
+description = "A persistent cache for the requests library"
authors = ["Roman Haritonov"]
maintainers = ["Jordan Cook"]
license = "BSD-2-Clause"
@@ -9,8 +9,8 @@ readme = "README.md"
documentation = "https://requests-cache.readthedocs.io"
homepage = "https://github.com/reclosedev/requests-cache"
repository = "https://github.com/reclosedev/requests-cache"
-keywords = ["requests", "cache", "http", "python-requests", "web", "performance", "sqlite", "redis",
- "mongodb", "gridfs", "dynamodb"]
+keywords = ["requests", "python-requests", "cache", "http", "web", "performance",
+ "sqlite", "redis", "mongodb", "gridfs", "dynamodb"]
classifiers = [
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",