aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Christie2013-03-06 14:33:31 -0800
committerTom Christie2013-03-06 14:33:31 -0800
commit751064a6fda8adeab409d63d06dc4a39be1c159f (patch)
treec333301fcb886d4b86074d63ad412912d2b2ccc3
parentddd7125a63c5187483058bad27c94676b9b6c16e (diff)
parent1037888505917ec50d02cdfe22e084cacc5994b8 (diff)
downloaddjango-rest-framework-751064a6fda8adeab409d63d06dc4a39be1c159f.tar.bz2
Merge pull request #706 from markotibold/clean-install
Prevent warning: no files found matching '*.txt' under directory
-rw-r--r--MANIFEST.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index 00e45086..15c4d0b0 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,2 +1,2 @@
recursive-include rest_framework/static *.js *.css *.png
-recursive-include rest_framework/templates *.txt *.html
+recursive-include rest_framework/templates *.html