core: updated MANIFEST file for packaging
This commit is contained in:
parent
f0ce426afc
commit
367221f084
1 changed files with 6 additions and 2 deletions
|
|
@ -2,19 +2,23 @@
|
||||||
include test.ini
|
include test.ini
|
||||||
include MANIFEST.in
|
include MANIFEST.in
|
||||||
include README.rst
|
include README.rst
|
||||||
|
include CHANGES.rst
|
||||||
|
include LICENSE.txt
|
||||||
|
|
||||||
include rhodecode/VERSION
|
include rhodecode/VERSION
|
||||||
|
|
||||||
# docs
|
# docs
|
||||||
recursive-include docs *
|
recursive-include docs *
|
||||||
|
|
||||||
|
# all config files
|
||||||
|
recursive-include configs *
|
||||||
|
|
||||||
# init.d
|
# init.d
|
||||||
recursive-include init.d *
|
recursive-include init.d *
|
||||||
|
|
||||||
# translations
|
# translations
|
||||||
recursive-include rhodecode/i18n *
|
recursive-include rhodecode/i18n *
|
||||||
|
|
||||||
# bin stuff
|
|
||||||
recursive-include rhodecode/bin *
|
|
||||||
|
|
||||||
# hook templates
|
# hook templates
|
||||||
recursive-include rhodecode/config/hook_templates *
|
recursive-include rhodecode/config/hook_templates *
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue