diff mbox

[Branch,~linaro-validation/lava-dashboard/trunk] Rev 370: include text templates in the sdist

Message ID 20121209212412.31694.21586.launchpad@ackee.canonical.com
State Accepted
Headers show

Commit Message

Michael-Doyle Hudson Dec. 9, 2012, 9:24 p.m. UTC
------------------------------------------------------------
revno: 370
committer: Michael Hudson-Doyle <michael.hudson@linaro.org>
branch nick: trunk
timestamp: Mon 2012-12-10 10:23:10 +1300
message:
  include text templates in the sdist
modified:
  MANIFEST.in


--
lp:lava-dashboard
https://code.launchpad.net/~linaro-validation/lava-dashboard/trunk

You are subscribed to branch lp:lava-dashboard.
To unsubscribe from this branch go to https://code.launchpad.net/~linaro-validation/lava-dashboard/trunk/+edit-subscription
diff mbox

Patch

=== modified file 'MANIFEST.in'
--- MANIFEST.in	2012-01-16 17:16:46 +0000
+++ MANIFEST.in	2012-12-09 21:23:10 +0000
@@ -5,7 +5,7 @@ 
 include README 
 include setup-dev-env.sh
 recursive-include dashboard_app/fixtures *.json
-recursive-include dashboard_app/templates *.html
+recursive-include dashboard_app/templates *.html *.txt
 recursive-include dashboard_app/tests/regressions *.json
 recursive-include dashboard_app/static *.png *.js *.css
 recursive-include dashboard_app/templates *.html