view MANIFEST.in @ 1067:717ccea6df18 beta

fixed some very strange issue with htmlfill import - don't know why but this needs to be imported as separate module
author Marcin Kuzminski <marcin@python-works.com>
date Sat, 19 Feb 2011 07:39:01 +0100
parents 62a9c5aeb5ec
children ee3a5a5f66bf 42e53ebb6288
line wrap: on
line source

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

include README.rst
recursive-include rhodecode/i18n/ *

#images
recursive-include rhodecode/public/css *
recursive-include rhodecode/public/images *
#js
include rhodecode/public/js/yui2a.js
include rhodecode/public/js/excanvas.min.js
include rhodecode/public/js/yui.flot.js
include rhodecode/public/js/graph.js
#templates
recursive-include rhodecode/templates *