Skip to content

Commit

Permalink
feat: add project links
Browse files Browse the repository at this point in the history
  • Loading branch information
ojroques committed Jun 6, 2024
1 parent 38c8aa8 commit 5de14f5
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
[tool.poetry]
name = "scaleway-tink"
version = "0.2.1"
version = "0.2.2"
description = "Extension to Tink Python that provides Scaleway's Key Manager integration"
license = "Apache-2.0"
authors = ["Scaleway <[email protected]>"]
readme = "README.md"
license = "Apache-2.0"
homepage = "https://github.com/scaleway/tink-py-scwkms"
repository = "https://github.com/scaleway/tink-py-scwkms"
documentation = "https://github.com/scaleway/tink-py-scwkms"

[tool.poetry.dependencies]
python = "^3.8"
Expand All @@ -15,9 +18,3 @@ setuptools = "^70.0.0"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"

[project.urls]
Homepage = "https://github.com/scaleway/tink-py-scwkms"
Documentation = "https://github.com/scaleway/tink-py-scwkms"
Repository = "https://github.com/scaleway/tink-py-scwkms"
Issues = "https://github.com/scaleway/tink-py-scwkms/issues"

0 comments on commit 5de14f5

Please sign in to comment.