forked from shuup/shuup
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMANIFEST.in
More file actions
27 lines (21 loc) · 744 Bytes
/
MANIFEST.in
File metadata and controls
27 lines (21 loc) · 744 Bytes
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
include README.rst
include LICENSE
include VENDOR-LICENSES.md
include tox.ini
recursive-include shoop \
*.jinja *.txt *.js *.css *.json *.less *.map \
*.ico *.png *.svg \
*.woff *.woff2 *.eot *.otf *.ttf *.po *.mo
recursive-include shoop_tests *.jinja
# No extra extensions to include from shoop_workbench, but it will be
# included still, since it's a Python package.
# recursive-include shoop_workbench ...
prune shoop/*/bower_components
prune shoop/*/*/bower_components
prune shoop/*/*/*/bower_components
prune shoop/*/*/*/*/bower_components
prune shoop/*/*/*/*/node_modules
prune shoop/*/*/*/node_modules
prune shoop/*/*/node_modules
prune shoop/*/node_modules
recursive-include doc *.rst *.py *.LICENSE Makefile make.bat