We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c2388b commit f0a58a4Copy full SHA for f0a58a4
1 file changed
setup.py
@@ -33,7 +33,7 @@
33
license="Apache 2.0",
34
python_requires=">=3.6",
35
classifiers=[
36
- "Development Status :: 1 - Planning",
+ "Development Status :: 3 - Alpha",
37
"Intended Audience :: Developers",
38
"Programming Language :: Python :: 3",
39
"Programming Language :: Python :: 3.7",
@@ -43,6 +43,8 @@
43
],
44
keywords=[
45
"fastapi",
46
+ "starlette",
47
+ "middleware",
48
"pycasbin",
49
"casbin",
50
"auth",
@@ -54,7 +56,7 @@
54
56
"authorization",
55
57
"permission"
58
- packages=find_packages(exclude=["docs", "pytest*"]),
59
+ packages=find_packages(exclude=["docs", "test*"]),
60
data_files=[desc_file],
61
include_package_data=True,
62
install_requires=install_requires,
0 commit comments