view MANIFEST.in @ 4561:3397e3457f9c

email templates: send text/plain part as well This change adds text parts to the email templates, as HTML and text templates may be way to different to be handled automatically. Also, use proper dash-dash-space signature separator, so the email clients recognise it for sure.
author Andrew Shadura <andrew@shadura.me>
date Sun, 26 Oct 2014 09:53:22 +0100
parents 7e5f8c12a3fc
children b8efb9a39c73
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 *
#templates
recursive-include kallithea/templates *