Skip to content

Commit

Permalink
add pyproject.toml project urls
Browse files Browse the repository at this point in the history
Signed-off-by: Lance Drane <dranelt@ornl.gov>
  • Loading branch information
Lance-Drane committed Aug 29, 2024
1 parent 1d0c2a5 commit 31f0ce1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,12 @@ dependencies = [
#"brotli>=1.1.0", # TODO - add this dependency when we add compression
]

[project.urls]
Homepage = "https://github.com/INTERSECT-SDK/python-sdk/"
Changelog = "https://github.com/INTERSECT-SDK/python-sdk/blob/main/CHANGELOG.md"
Documentation = "https://intersect-python-sdk.readthedocs.io/en/latest/"
Issues = "https://github.com/INTERSECT-SDK/python-sdk/issues"

[project.optional-dependencies]
amqp = [
"pika>=1.3.2,<2.0.0",
Expand Down

0 comments on commit 31f0ce1

Please sign in to comment.