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