1+ [project ]
2+ name = " casbin_sqlobject_adapter"
3+ version = " 0.1.1"
4+ authors = [
5+ {name = " TechLee" , email = " techlee@qq.com" },
6+ ]
7+ description = " SQLObject Adapter for PyCasbin"
8+ keywords =[" casbin" , " SQLObject" , " casbin-adapter" , " rbac" , " access control" , " abac" , " acl" , " permission" ]
9+ readme = " README.md"
10+ dynamic = [" dependencies" ]
11+ requires-python = " >=3.4"
12+ license = {text = " Apache 2.0" }
13+ classifiers = [
14+ " Programming Language :: Python :: 3.4" ,
15+ " Programming Language :: Python :: 3.5" ,
16+ " Programming Language :: Python :: 3.6" ,
17+ " Programming Language :: Python :: 3.7" ,
18+ " Programming Language :: Python :: 3.8" ,
19+ " Programming Language :: Python :: 3.9" ,
20+ " Programming Language :: Python :: 3.10" ,
21+ " Programming Language :: Python :: 3.11" ,
22+ " Programming Language :: Python :: 3.12" ,
23+ " License :: OSI Approved :: Apache Software License" ,
24+ " Operating System :: OS Independent" ,
25+ ]
26+
27+ [project .urls ]
28+ "Home-page" = " https://github.com/pycasbin/sqlobject-adapter"
29+
30+ [build-system ]
31+ requires = [" setuptools" ]
32+ build-backend = " setuptools.build_meta"
33+
34+ [tool .setuptools .packages .find ]
35+ exclude = [" tests" , " tests.*" ]
36+
37+ [tool .setuptools .dynamic ]
38+ dependencies = {file = [" requirements.txt" ]}
0 commit comments