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