Skip to content

Commit 21a9ab9

Browse files
committed
chore: python classifiers
1 parent 147e748 commit 21a9ab9

1 file changed

Lines changed: 15 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,24 @@ build-backend = "poetry.core.masonry.api"
55
[tool.poetry]
66
name = "scim-cli"
77
version = "0.1.0"
8-
description = "A SCIM utility CLI"
8+
description = " SCIM application development CLI"
99
authors = ["Yaal Coop <contact@yaal.coop>"]
1010
license = "MIT"
1111
readme = "README.md"
12+
keywords = ["scim", "scim2", "provisioning"]
13+
classifiers = [
14+
"Intended Audience :: Developers",
15+
"Development Status :: 3 - Alpha",
16+
"Programming Language :: Python :: 3.9",
17+
"Programming Language :: Python :: 3.10",
18+
"Programming Language :: Python :: 3.11",
19+
"Programming Language :: Python :: 3.12",
20+
"Programming Language :: Python :: Implementation :: CPython",
21+
"License :: OSI Approved :: MIT License",
22+
"Environment :: Web Environment",
23+
"Programming Language :: Python",
24+
"Operating System :: OS Independent",
25+
]
1226

1327
[tool.poetry.dependencies]
1428
python = "^3.9"

0 commit comments

Comments
 (0)