view MANIFEST.in @ 4948:98a02b20c751

setup: constrain dulwich to version 0.9.9 65c5e70a1d0c bumped the version to 0.10 but there seems to be some unicode compatibility issues there. So for now, just stay on 0.9.9 which both works and has the fix for CVE-2015-0838.
author Mads Kiilerich <madski@unity3d.com>
date Tue, 31 Mar 2015 01:16:53 +0200
parents 48f21c3cfcdf
children ff08d3cf9aef
line wrap: on
line source

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

include README.rst
recursive-include kallithea/i18n *

#docs
recursive-include docs *

#init.d
recursive-include init.d *

#images
recursive-include kallithea/public/css *
recursive-include kallithea/public/images *
#js
recursive-include kallithea/public/js *
#codemirror
recursive-include kallithea/public/codemirror *
#fontello
recursive-include kallithea/public/fontello *
#templates
recursive-include kallithea/templates *