Skip to content

Commit 6914cb3

Browse files
committed
update exclude
1 parent 189a0ea commit 6914cb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"Django",
1313
"djangorestframework",
1414
],
15-
packages=find_packages(exclude=["tests*"]),
15+
packages=find_packages(exclude=["tests*", "demo*"]),
1616
include_package_data=True,
1717
license='MIT License',
1818
description='A Django api permission manager that helps you custom api url in regular expression and control access.',

0 commit comments

Comments
 (0)