view MANIFEST.in @ 2036:872d5f0aafe4 beta

don't crash whole migrations if we cannot drop constraints. Those aren't so important. It might happen than older versions of rhodecode don't have those.
author Marcin Kuzminski <marcin@python-works.com>
date Sun, 26 Feb 2012 19:30:47 +0200
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 *