forked from shuup/shuup
-
Notifications
You must be signed in to change notification settings - Fork 0
/
MANIFEST.in
30 lines (23 loc) · 833 Bytes
/
MANIFEST.in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
include README.rst
include LICENSE
include VENDOR-LICENSES.md
include tox.ini
recursive-include shuup \
*.jinja *.txt *.js *.css *.json *.less *.map \
*.ico *.png *.svg *.jpg \
*.woff *.woff2 *.eot *.otf *.ttf *.po *.mo
recursive-include shuup/default_importer *.xls *.xlsx *.csv
recursive-include shuup_tests *.jinja
# No extra extensions to include from shuup_workbench, but it will be
# included still, since it's a Python package.
# recursive-include shuup_workbench ...
prune shuup/*/bower_components
prune shuup/*/*/bower_components
prune shuup/*/*/*/bower_components
prune shuup/*/*/*/*/bower_components
prune shuup/*/*/*/*/node_modules
prune shuup/*/*/*/node_modules
prune shuup/*/*/node_modules
prune shuup/*/node_modules
prune shuup/**/.cache
recursive-include doc *.rst *.py *.LICENSE Makefile make.bat