forked from HewlettPackard/py-spiffe
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add GitHub repository URL to pyproject.toml metadata
Signed-off-by: Max Lambrecht <[email protected]>
- Loading branch information
1 parent
879af4c
commit 9f17630
Showing
2 changed files
with
2 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" }, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|