We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 189a0ea commit 6914cb3Copy full SHA for 6914cb3
setup.py
@@ -12,7 +12,7 @@
12
"Django",
13
"djangorestframework",
14
],
15
- packages=find_packages(exclude=["tests*"]),
+ packages=find_packages(exclude=["tests*", "demo*"]),
16
include_package_data=True,
17
license='MIT License',
18
description='A Django api permission manager that helps you custom api url in regular expression and control access.',
0 commit comments