summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorJordan Cook <jordan.cook@pioneer.com>2022-05-15 10:47:37 -0500
committerJordan Cook <jordan.cook@pioneer.com>2022-05-15 10:58:10 -0500
commit2ad81ab8f54271ec33ad4ed05db76541f984d608 (patch)
tree5d626e747b54b44e8089b067fd2f7e949bd6c831 /pyproject.toml
parentfade187eb4c6cd1d16ce375b21f38ddf1aceecdf (diff)
downloadrequests-cache-2ad81ab8f54271ec33ad4ed05db76541f984d608.tar.gz
Update repo links, changelog, and contributors
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml13
1 files changed, 6 insertions, 7 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 717ed07..67f7a6f 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,16 +1,15 @@
[tool.poetry]
name = "requests-cache"
version = "1.0.0"
-description = "A persistent cache for the requests library"
-authors = ["Roman Haritonov"]
-maintainers = ["Jordan Cook"]
+description = "A persistent cache for python requests"
+authors = ["Roman Haritonov", "Jordan Cook"]
license = "BSD-2-Clause"
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", "python-requests", "cache", "http", "web", "performance",
- "sqlite", "redis", "mongodb", "gridfs", "dynamodb"]
+homepage = "https://github.com/requests-cache/requests-cache"
+repository = "https://github.com/requests-cache/requests-cache"
+keywords = ["requests", "python-requests", "cache", "http", "http-client", "web",
+ "webscraping", "performance", "sqlite", "redis", "mongodb", "gridfs", "dynamodb"]
classifiers = [
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",