Show More
1 | NO CONTENT: new file 100644 |
|
NO CONTENT: new file 100644 |
@@ -0,0 +1,21 b'' | |||||
|
1 | # top level files | |||
|
2 | include test.ini | |||
|
3 | include MANIFEST.in | |||
|
4 | include README.rst | |||
|
5 | include CHANGES.rst | |||
|
6 | include LICENSE.txt | |||
|
7 | ||||
|
8 | include vcsserver/VERSION | |||
|
9 | ||||
|
10 | # all config files | |||
|
11 | recursive-include configs * | |||
|
12 | ||||
|
13 | # non-python core stuff | |||
|
14 | recursive-include rhodecode *.cfg | |||
|
15 | recursive-include rhodecode *.json | |||
|
16 | recursive-include rhodecode *.ini_tmpl | |||
|
17 | recursive-include rhodecode *.sh | |||
|
18 | ||||
|
19 | # skip any tests files | |||
|
20 | recursive-exclude tests * | |||
|
21 |
General Comments 0
You need to be logged in to leave comments.
Login now