forked from retspen/webvirtmgr
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathMANIFEST.in
More file actions
28 lines (24 loc) · 722 Bytes
/
MANIFEST.in
File metadata and controls
28 lines (24 loc) · 722 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
28
include *.rst
include images/README.md
include console/webvirtmgr-console
recursive-include console *.pem
recursive-include create *.json
recursive-include locale *.po
recursive-include templates *.html
recursive-include webvirtmgr *.css
recursive-include webvirtmgr *.eot
recursive-include webvirtmgr *.example
recursive-include webvirtmgr *.gif
recursive-include webvirtmgr *.ico
recursive-include webvirtmgr *.js
recursive-include webvirtmgr *.svg
recursive-include webvirtmgr *.swf
recursive-include webvirtmgr *.ttf
recursive-include webvirtmgr *.txt
recursive-include webvirtmgr *.woff
# ignore these directories
prune deploy
prune conf
# ignore files that match these patterns
exclude *.txt
exclude .travis.yml