Skip to content

Commit 31f0ce1

Browse files
committed
add pyproject.toml project urls
Signed-off-by: Lance Drane <dranelt@ornl.gov>
1 parent 1d0c2a5 commit 31f0ce1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pyproject.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,12 @@ dependencies = [
3636
#"brotli>=1.1.0", # TODO - add this dependency when we add compression
3737
]
3838

39+
[project.urls]
40+
Homepage = "https://github.com/INTERSECT-SDK/python-sdk/"
41+
Changelog = "https://github.com/INTERSECT-SDK/python-sdk/blob/main/CHANGELOG.md"
42+
Documentation = "https://intersect-python-sdk.readthedocs.io/en/latest/"
43+
Issues = "https://github.com/INTERSECT-SDK/python-sdk/issues"
44+
3945
[project.optional-dependencies]
4046
amqp = [
4147
"pika>=1.3.2,<2.0.0",

0 commit comments

Comments
 (0)