Skip to content

Commit f0a58a4

Browse files
committed
fix: fix package build
1 parent 2c2388b commit f0a58a4

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

setup.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
license="Apache 2.0",
3434
python_requires=">=3.6",
3535
classifiers=[
36-
"Development Status :: 1 - Planning",
36+
"Development Status :: 3 - Alpha",
3737
"Intended Audience :: Developers",
3838
"Programming Language :: Python :: 3",
3939
"Programming Language :: Python :: 3.7",
@@ -43,6 +43,8 @@
4343
],
4444
keywords=[
4545
"fastapi",
46+
"starlette",
47+
"middleware",
4648
"pycasbin",
4749
"casbin",
4850
"auth",
@@ -54,7 +56,7 @@
5456
"authorization",
5557
"permission"
5658
],
57-
packages=find_packages(exclude=["docs", "pytest*"]),
59+
packages=find_packages(exclude=["docs", "test*"]),
5860
data_files=[desc_file],
5961
include_package_data=True,
6062
install_requires=install_requires,

0 commit comments

Comments
 (0)