We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b2ec02 commit 8ea14c8Copy full SHA for 8ea14c8
MANIFEST.in
@@ -1,4 +1,5 @@
1
include LICENSE *.rst
2
graft wagtail_storages
3
+prune wagtail_storages/tests
4
global-exclude __pycache__
5
global-exclude *.py[co]
setup.cfg
@@ -33,6 +33,10 @@ install_requires =
33
django-storages[boto3] <2
34
python_requires = >=3.5
35
36
+[options.packages.find]
37
+exclude =
38
+ wagtail_storages.tests*
39
+
40
[options.extras_require]
41
testing =
42
coverage ==5.0.3
0 commit comments