Skip to content

Commit 78275a0

Browse files
committed
chore: update project description and keywords
1 parent 3627803 commit 78275a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ build-backend = "hatchling.build"
55
[project]
66
name = "pytest-iam"
77
version = "0.1.1"
8-
description = "A fully functional OAUTH2 / OpenID Connect (OIDC) server to be used in your testsuite"
8+
description = "A fully functional OAUTH2 / OpenID Connect (OIDC) / SCIM server to be used in your testsuite"
99
authors = [{name="Yaal Coop", email="[email protected]"}]
1010
license = "MIT"
1111
readme = "README.md"
1212
packages = [{include = "pytest_iam"}]
13-
keywords = ["oidc", "oauth", "oauth2", "openid", "identity", "pytest", "unit tests", "iam"]
13+
keywords = ["oidc", "oauth", "oauth2", "openid", "identity", "pytest", "unit tests", "iam", "scim"]
1414
classifiers = [
1515
"Intended Audience :: Developers",
1616
"Development Status :: 4 - Beta",

0 commit comments

Comments
 (0)