File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " scim2-server"
33version = " 0.1.0"
4- description = " "
4+ description = " Lightweight SCIM2 server prototype "
55license = " Apache"
66authors = [
77 " Yaal Coop <contact@yaal.coop>" ,
88 " Christian Friedrich Coors <me@ccoors.de>" ,
99]
1010readme = " 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 ]
1325python = " ^3.11"
You can’t perform that action at this time.
0 commit comments