##// END OF EJS Templates
manifest: added 502.html into package data.
marcink -
r792:137ccc12 stable
parent child Browse files
Show More
@@ -1,49 +1,52 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 recursive-include rhodecode *.mako
28 28
29 # 502 page
30 include rhodecode/public/502.html
31
29 32 # images, css
30 33 include rhodecode/public/css/*.css
31 34 include rhodecode/public/images/*.*
32 35
33 36 # sound files
34 37 include rhodecode/public/sounds/*.mp3
35 38 include rhodecode/public/sounds/*.wav
36 39
37 40 # fonts
38 41 recursive-include rhodecode/public/fonts/ProximaNova *
39 42 recursive-include rhodecode/public/fonts/RCIcons *
40 43
41 44 # js
42 45 recursive-include rhodecode/public/js *
43 46
44 47 # templates
45 48 recursive-include rhodecode/templates *
46 49
47 50 # skip any tests files
48 51 recursive-exclude rhodecode/tests *
49 52
General Comments 0
You need to be logged in to leave comments. Login now