view MANIFEST.in @ 2975:e0da2c0ecee1 beta

fixes #625 Git-Tags are not displayed in Shortlog - improved git extraction of git tags if they are associated to a commit - added not implemented tags() function for git changesets
author Marcin Kuzminski <marcin@python-works.com>
date Mon, 29 Oct 2012 22:26:44 +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 *