File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,10 +5,24 @@ build-backend = "poetry.core.masonry.api"
55[tool .poetry ]
66name = " scim-cli"
77version = " 0.1.0"
8- description = " A SCIM utility CLI"
8+ description = " SCIM application development CLI"
99authors = [" Yaal Coop <contact@yaal.coop>" ]
1010license = " MIT"
1111readme = " 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 ]
1428python = " ^3.9"
You can’t perform that action at this time.
0 commit comments