view MANIFEST.in @ 1118:b0e2c949c34b beta

Fixed Windows installation based on work of Mantis406 fork: "Replace py-bcrypt to make Windows installation easier" RhodeCode will now detect the platform and use sha256 hashes when used on Windows.
author Marcin Kuzminski <marcin@python-works.com>
date Wed, 09 Mar 2011 19:08:34 +0100
parents 2d7a94f3eaae
children 0e6035a85980
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 *

#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 *