Skip to content

Commit 64fccb8

Browse files
committed
chore: additional pypi URLs
1 parent 1aee453 commit 64fccb8

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ description = "SCIM2 models serialization and validation with pydantic"
99
authors = ["Yaal Coop <contact@yaal.coop>"]
1010
license = "Apache"
1111
readme = "README.md"
12-
keywords = ["scim", "scim2", "provisioning", "pydantic"]
12+
keywords = ["scim", "scim2", "provisioning", "pydantic", "rfc7643", "rfc7644"]
1313
documentation = "https://scim2-models.readthedocs.io"
1414
repository = "https://github.com/yaal-coop/scim2-models"
1515
classifiers = [
@@ -26,6 +26,10 @@ classifiers = [
2626
"Operating System :: OS Independent",
2727
]
2828

29+
[tool.poetry.urls]
30+
changelog = "https://scim2-models.readthedocs.io/en/latest/changelog.html"
31+
funding = "https://github.com/sponsors/yaal-coop"
32+
2933
[tool.poetry.dependencies]
3034
python = "^3.9"
3135
pydantic = {version = "^2.7.0", extras = ["email"]}

0 commit comments

Comments
 (0)