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:
parent
bc1bd84b91
commit
33564910a1
@ -7,3 +7,4 @@ exclude .gitreview
|
||||
global-exclude *.pyc
|
||||
recursive-include public *
|
||||
recursive-include ceilometer/locale *
|
||||
recursive-include ceilometer *.html
|
Loading…
Reference in New Issue
Block a user