forked from camptocamp/c2cgeoportal
-
Notifications
You must be signed in to change notification settings - Fork 0
/
MANIFEST.in
22 lines (22 loc) · 1.04 KB
/
MANIFEST.in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
include *.txt *.ini *.cfg *.rst
recursive-include c2cgeoportal *.ico *.png *.css *.gif *.jpg *.pt *.txt *.mak *.mako *.js *.html *.xml *.mo
recursive-include c2cgeoportal/scaffolds *
exclude .build
prune c2cgeoportal/tests
prune c2cgeoportal/static/examples
prune c2cgeoportal/static/adminapp/js
prune c2cgeoportal/static/adminapp/css
prune c2cgeoportal/static/lib/checkboxtree/library
exclude c2cgeoportal/static/lib/checkboxtree/index.html
exclude c2cgeoportal/static/lib/checkboxtree/jquery.checkboxtree.css
exclude c2cgeoportal/static/lib/checkboxtree/jquery.checkboxtree.js
exclude c2cgeoportal/static/lib/checkboxtree/minify.sh
prune c2cgeoportal/static/lib/openlayers/apidoc_config
prune c2cgeoportal/static/lib/openlayers/art
prune c2cgeoportal/static/lib/openlayers/build
prune c2cgeoportal/static/lib/openlayers/doc
prune c2cgeoportal/static/lib/openlayers/doc_config
prune c2cgeoportal/static/lib/openlayers/examples
prune c2cgeoportal/static/lib/openlayers/lib
prune c2cgeoportal/static/lib/openlayers/tests
prune c2cgeoportal/static/lib/openlayers/tools