We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac9c6bb commit 6c70c36Copy full SHA for 6c70c36
pyproject.toml
@@ -11,7 +11,7 @@ build-backend="setuptools.build_meta"
11
[project]
12
name = "retryhttp"
13
version = "0.2.0"
14
-description = "Retry commonly transient HTTP errors."
+description = "Retry potentially transient HTTP errors."
15
license = {file = "LICENSE"}
16
readme = "README.md"
17
requires-python = ">=3.8"
@@ -65,6 +65,7 @@ docs = [
65
]
66
67
[project.urls]
68
+Documentation = "https://retryhttp.readthedocs.io"
69
Homepage = "https://github.com/austind/retryhttp"
70
Repository = "https://github.com/austind/retryhttp.git"
71
Issues = "https://github.com/austind/retryhttp/issues"
0 commit comments