view MANIFEST.in @ 3577:238486bb71ab beta

Switched handling of RhodeCode extra params in consistent way - use only os.environ for both hg and git - hacking ui objects was bad - os.environ allows easier to call rhodecode hooks externally
author Marcin Kuzminski <marcin@python-works.com>
date Sun, 24 Mar 2013 03:07:04 +0100
parents 3d984e05d0cd
children bf263968da47
line wrap: on
line source

include rhodecode/config/deployment.ini_tmpl
include rhodecode/lib/dbmigrate/migrate.cfg

include README.rst
recursive-include rhodecode/i18n *

#docs
recursive-include docs *

#init.d
recursive-include init.d *

#images
recursive-include rhodecode/public/css *
recursive-include rhodecode/public/images *
#js
recursive-include rhodecode/public/js *
#templates
recursive-include rhodecode/templates *