New .tmpl files are not included in build.

Fixes bug 1010341.

Add entry in the MANIFEST.in file to include *.tmpl
file from Horizon.

Change-Id: Iac6893afb334f32f4eb99087102c9d44abdb1b45
This commit is contained in:
Lin Hua Cheng 2012-06-11 21:29:21 -07:00
parent ede50840aa
commit e555129662
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
recursive-include docs *.py *.rst *.css *.js *.html *.conf *.jpg *.gif *.png *.css_t
recursive-include horizon *.html *.css *.js *.csv *.template *.mo *.po
recursive-include horizon *.html *.css *.js *.csv *.template *.tmpl *.mo *.po
recursive-include openstack_dashboard *.html *.js *.css *.less *.csv *.template *.mo *.po *.example *.eot *.svg *.ttf *.woff *.png *.gif *.ico *.wsgi
recursive-include tools *.py *.sh