Skip to content

Commit 32e1413

Browse files
authored
Merge pull request #7 from AmosChenYQ/AmosChenYQ-fix-pypi-package-error-msg
correct supported python version in docs
2 parents 3bbf74f + 788b85b commit 32e1413

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

setup.py

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,21 +8,18 @@
88
setuptools.setup(
99
name="casbin_pymongo_adapter",
1010
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",
1313
description="PyMongo Adapter for PyCasbin",
1414
long_description=long_description,
1515
long_description_content_type="text/markdown",
1616
url="https://github.com/pycasbin/pymongo-adapter",
1717
keywords=["casbin", "pymongo", "casbin-adapter", "rbac", "access control", "abac", "acl", "permission"],
1818
packages=setuptools.find_packages(),
1919
install_requires=['casbin>=0.8.4', 'pymongo>=3.10.1'],
20-
python_requires=">=3.3",
20+
python_requires=">=3.6",
2121
license="Apache 2.0",
2222
classifiers=[
23-
"Programming Language :: Python :: 3.3",
24-
"Programming Language :: Python :: 3.4",
25-
"Programming Language :: Python :: 3.5",
2623
"Programming Language :: Python :: 3.6",
2724
"Programming Language :: Python :: 3.7",
2825
"Programming Language :: Python :: 3.8",

0 commit comments

Comments
 (0)