##// END OF EJS Templates
manifest: include missing robots.txt file
marcink -
r2879:4113b953 default
parent child Browse files
Show More
@@ -1,51 +1,53 b''
1 1 # top level files
2 2
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 # non-python core stuff
20 20 recursive-include rhodecode *.cfg
21 21 recursive-include rhodecode *.json
22 22 recursive-include rhodecode *.ini_tmpl
23 23 recursive-include rhodecode *.sh
24 24 recursive-include rhodecode *.mako
25 25
26 26 # 502 page
27 27 include rhodecode/public/502.html
28 28
29 # robots
30 include rhodecode/public/robots.txt
29 31
30 32 # images, css
31 33 include rhodecode/public/css/*.css
32 34 include rhodecode/public/images/*.*
33 35 include rhodecode/public/images/ee_features/*.*
34 36
35 37 # sound files
36 38 include rhodecode/public/sounds/*.mp3
37 39 include rhodecode/public/sounds/*.wav
38 40
39 41 # fonts
40 42 recursive-include rhodecode/public/fonts/ProximaNova *
41 43 recursive-include rhodecode/public/fonts/RCIcons *
42 44
43 45 # js
44 46 recursive-include rhodecode/public/js *
45 47
46 48 # templates
47 49 recursive-include rhodecode/templates *
48 50
49 51 # skip any tests files
50 52 recursive-exclude rhodecode/tests *
51 53
General Comments 0
You need to be logged in to leave comments. Login now