Skip to content

Commit c4dd4ed

Browse files
committed
chore: additional pypi URLs
1 parent 28c252d commit c4dd4ed

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 = "SCIM application development CLI"
99
authors = ["Yaal Coop <contact@yaal.coop>"]
1010
license = "MIT"
1111
readme = "README.md"
12-
keywords = ["scim", "scim2", "provisioning"]
12+
keywords = ["scim", "scim2", "provisioning", "rfc7643", "rfc7644"]
1313
classifiers = [
1414
"Intended Audience :: Developers",
1515
"Development Status :: 3 - Alpha",
@@ -24,6 +24,10 @@ classifiers = [
2424
"Operating System :: OS Independent",
2525
]
2626

27+
[tool.poetry.urls]
28+
changelog = "https://scim2-cli.readthedocs.io/en/latest/changelog.html"
29+
funding = "https://github.com/sponsors/yaal-coop"
30+
2731
[tool.poetry.dependencies]
2832
python = "^3.10"
2933
click = "^8.1.7"

0 commit comments

Comments
 (0)