##// END OF EJS Templates
manifest: added 502.html into package data.
marcink -
r718:2737207f default
parent child Browse files
Show More
@@ -1,48 +1,51 b''
1 1 # top level files
2 2 include test.ini
3 3 include MANIFEST.in
4 4 include README.rst
5 5 include CHANGES.rst
6 6 include LICENSE.txt
7 7
8 8 include rhodecode/VERSION
9 9
10 10 # docs
11 11 recursive-include docs *
12 12
13 13 # all config files
14 14 recursive-include configs *
15 15
16 16 # translations
17 17 recursive-include rhodecode/i18n *
18 18
19 19 # hook templates
20 20 recursive-include rhodecode/config/hook_templates *
21 21
22 22 # non-python core stuff
23 23 recursive-include rhodecode *.cfg
24 24 recursive-include rhodecode *.json
25 25 recursive-include rhodecode *.ini_tmpl
26 26 recursive-include rhodecode *.sh
27 27
28 # 502 page
29 include rhodecode/public/502.html
30
28 31 # images, css
29 32 include rhodecode/public/css/*.css
30 33 include rhodecode/public/images/*.*
31 34
32 35 # sound files
33 36 include rhodecode/public/sounds/*.mp3
34 37 include rhodecode/public/sounds/*.wav
35 38
36 39 # fonts
37 40 recursive-include rhodecode/public/fonts/ProximaNova *
38 41 recursive-include rhodecode/public/fonts/RCIcons *
39 42
40 43 # js
41 44 recursive-include rhodecode/public/js *
42 45
43 46 # templates
44 47 recursive-include rhodecode/templates *
45 48
46 49 # skip any tests files
47 50 recursive-exclude rhodecode/tests *
48 51
General Comments 0
You need to be logged in to leave comments. Login now