summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorJordan Cook <jordan.cook.git@proton.me>2022-12-04 11:40:47 -0600
committerJordan Cook <jordan.cook.git@proton.me>2022-12-13 16:27:49 -0600
commiteec5160cb2714fb9a5982def531185033ed1fb64 (patch)
treee5a1146e56e168000d4f472236ebb7bc405e2710 /pyproject.toml
parentef32376a4b1001a316eb87ce9e708630ccd7bfd9 (diff)
downloadrequests-cache-eec5160cb2714fb9a5982def531185033ed1fb64.tar.gz
Add a couple more project links on PyPI
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 51a78a7..e56557c 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -24,6 +24,10 @@ include = [
{format="sdist", path="tests"},
]
+[tool.poetry.urls]
+"Changelog" = "https://requests-cache.readthedocs.io/en/stable/project_info/history.html"
+"Issues" = "https://github.com/requests-cache/requests-cache/issues"
+
[tool.poetry.dependencies]
python = "^3.7" # requests requires python >=3.7, <4.0