Skip to content

Commit

Permalink
chore: additional pypi URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
azmeuk committed Sep 1, 2024
1 parent 1aee453 commit 64fccb8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ description = "SCIM2 models serialization and validation with pydantic"
authors = ["Yaal Coop <contact@yaal.coop>"]
license = "Apache"
readme = "README.md"
keywords = ["scim", "scim2", "provisioning", "pydantic"]
keywords = ["scim", "scim2", "provisioning", "pydantic", "rfc7643", "rfc7644"]
documentation = "https://scim2-models.readthedocs.io"
repository = "https://github.com/yaal-coop/scim2-models"
classifiers = [
Expand All @@ -26,6 +26,10 @@ classifiers = [
"Operating System :: OS Independent",
]

[tool.poetry.urls]
changelog = "https://scim2-models.readthedocs.io/en/latest/changelog.html"
funding = "https://github.com/sponsors/yaal-coop"

[tool.poetry.dependencies]
python = "^3.9"
pydantic = {version = "^2.7.0", extras = ["email"]}
Expand Down

0 comments on commit 64fccb8

Please sign in to comment.