Skip to content

Commit 6c70c36

Browse files
committed
Add documentation link
1 parent ac9c6bb commit 6c70c36

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ build-backend="setuptools.build_meta"
1111
[project]
1212
name = "retryhttp"
1313
version = "0.2.0"
14-
description = "Retry commonly transient HTTP errors."
14+
description = "Retry potentially transient HTTP errors."
1515
license = {file = "LICENSE"}
1616
readme = "README.md"
1717
requires-python = ">=3.8"
@@ -65,6 +65,7 @@ docs = [
6565
]
6666

6767
[project.urls]
68+
Documentation = "https://retryhttp.readthedocs.io"
6869
Homepage = "https://github.com/austind/retryhttp"
6970
Repository = "https://github.com/austind/retryhttp.git"
7071
Issues = "https://github.com/austind/retryhttp/issues"

0 commit comments

Comments
 (0)