view MANIFEST.in @ 2360:c15c3430df74 beta

fixed issue with git's `no new line..` messages inside diff block. It might sometimes happen that showed html diff was short one line because of this
author Marcin Kuzminski <marcin@python-works.com>
date Wed, 30 May 2012 21:12:04 +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 *