Files @ 2dad9708c89f
Branch filter:

Location: kallithea/MANIFEST.in

Henrik Stuart
paster: add install-iis command to automate IIS handler generation

A new paster command, install-iis, is added that automates generating
the ISAPI-WSGI file that allows IIS to serve up Kallithea's WSGI application
using IIS' ISAPI filters.

The paster command's output also describes the final steps necessary to complete
IIS installation.
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 *