Files @ b696fd411a0b
Branch filter:

Location: kallithea/MANIFEST.in

Mads Kiilerich
files: file path is mandatory in URLs for 2-way diff

It would crash with an internal error when trying to process an empty file
name. Processing of other non-existing file names is still weird.
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 *
#templates
recursive-include kallithea/templates *