From 1037888505917ec50d02cdfe22e084cacc5994b8 Mon Sep 17 00:00:00 2001 From: Marko Tibold Date: Wed, 6 Mar 2013 21:16:40 +0100 Subject: [PATCH] Prevent warning: no files found matching '*.txt' under directory 'rest_framework/templates' (there are only .html files in the templates directory). --- MANIFEST.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MANIFEST.in b/MANIFEST.in index 00e450866d..15c4d0b087 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