Skip to content

Commit

Permalink
Add GitHub repository URL to pyproject.toml metadata
Browse files Browse the repository at this point in the history
Signed-off-by: Max Lambrecht <[email protected]>
  • Loading branch information
maxlambrecht committed Apr 3, 2024
1 parent 879af4c commit 9f17630
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions spiffe-tls/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ description = "TLS Support using SPIFFE"
authors = ["Max Lambrecht <[email protected]>"]
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/HewlettPackard/py-spiffe"

packages = [
{ include = "spiffetls", from = "src" },
Expand Down
1 change: 1 addition & 0 deletions spiffe/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ description = "Python library for SPIFFE support"
authors = ["Max Lambrecht <[email protected]>"]
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/HewlettPackard/py-spiffe"

[tool.poetry.dependencies]
python = "^3.9" # >= 3.9, < 4.0
Expand Down

0 comments on commit 9f17630

Please sign in to comment.