|
8 | 8 | setuptools.setup( |
9 | 9 | name="casbin_pymongo_adapter", |
10 | 10 | version="0.1.0", |
11 | | - author="TechLee,Xhy-5000", |
12 | | - author_email="techlee@qq.com", |
| 11 | + author="TechLee,Xhy-5000,AmosChenYQ", |
| 12 | + author_email="techlee@qq.com,amoschenyq@foxmail.com", |
13 | 13 | description="PyMongo Adapter for PyCasbin", |
14 | 14 | long_description=long_description, |
15 | 15 | long_description_content_type="text/markdown", |
16 | 16 | url="https://github.com/pycasbin/pymongo-adapter", |
17 | 17 | keywords=["casbin", "pymongo", "casbin-adapter", "rbac", "access control", "abac", "acl", "permission"], |
18 | 18 | packages=setuptools.find_packages(), |
19 | 19 | install_requires=['casbin>=0.8.4', 'pymongo>=3.10.1'], |
20 | | - python_requires=">=3.3", |
| 20 | + python_requires=">=3.6", |
21 | 21 | license="Apache 2.0", |
22 | 22 | classifiers=[ |
23 | | - "Programming Language :: Python :: 3.3", |
24 | | - "Programming Language :: Python :: 3.4", |
25 | | - "Programming Language :: Python :: 3.5", |
26 | 23 | "Programming Language :: Python :: 3.6", |
27 | 24 | "Programming Language :: Python :: 3.7", |
28 | 25 | "Programming Language :: Python :: 3.8", |
|
0 commit comments