Add directive to MANIFEST.in to include all the html files

list_event.html was missing from the sdist causing the
TemplateNotFound error in v1 api tests.

Change-Id: I1dae7d73ac7a688895b0953e6812d131c1bad5fd
This commit is contained in:
Rosario Di Somma 2013-02-15 23:26:10 +01:00
parent bc1bd84b91
commit 33564910a1

View File

@ -7,3 +7,4 @@ exclude .gitreview
global-exclude *.pyc
recursive-include public *
recursive-include ceilometer/locale *
recursive-include ceilometer *.html