Skip to content

Commit

Permalink
add pyproject urls
Browse files Browse the repository at this point in the history
  • Loading branch information
giograno committed Oct 10, 2024
1 parent bf96b02 commit 68fb8a6
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 @@ -10,6 +10,12 @@ dependencies = [
"localstack-sdk-generated"
]

[project.urls]
Homepage = "https://localstack.cloud"
Documentation = "https://docs.localstack.cloud"
Repository = "https://github.com/localstack/localstack-sdk-python.git"
Issues = "https://github.com/localstack/localstack-sdk-python/issues"

[build-system]
requires = ["setuptools>=64"]
build-backend = "setuptools.build_meta"
Expand Down

0 comments on commit 68fb8a6

Please sign in to comment.