Skip to content

Commit 9198774

Browse files
committed
chore: add pypi classifiers
1 parent 87f22cd commit 9198774

1 file changed

Lines changed: 13 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,25 @@
11
[tool.poetry]
22
name = "scim2-server"
33
version = "0.1.0"
4-
description = ""
4+
description = "Lightweight SCIM2 server prototype"
55
license = "Apache"
66
authors = [
77
"Yaal Coop <contact@yaal.coop>",
88
"Christian Friedrich Coors <me@ccoors.de>",
99
]
1010
readme = "README.md"
11+
keywords = ["scim", "scim2", "provisioning"]
12+
classifiers = [
13+
"Intended Audience :: Developers",
14+
"Development Status :: 3 - Beta",
15+
"Programming Language :: Python :: 3.11",
16+
"Programming Language :: Python :: 3.12",
17+
"Programming Language :: Python :: Implementation :: CPython",
18+
"License :: OSI Approved :: MIT License",
19+
"Environment :: Web Environment",
20+
"Programming Language :: Python",
21+
"Operating System :: OS Independent",
22+
]
1123

1224
[tool.poetry.dependencies]
1325
python = "^3.11"

0 commit comments

Comments
 (0)