Add template files to MANIFEST.in

Commit 7c53cc8955 put the templates in a separate directory.
As a result setuptools did not include them any longer.
This commit is contained in:
Michael Guntsche 2012-06-13 21:54:40 +02:00
commit 8c375f016f

View file

@ -1,4 +1,4 @@
include *.rst
global-include *.py
recursive-include pelican *.html *.css *png
recursive-include pelican *.html *.css *png *.in
include LICENSE