diff options
| author | Tom Christie | 2013-03-06 14:33:31 -0800 |
|---|---|---|
| committer | Tom Christie | 2013-03-06 14:33:31 -0800 |
| commit | 751064a6fda8adeab409d63d06dc4a39be1c159f (patch) | |
| tree | c333301fcb886d4b86074d63ad412912d2b2ccc3 | |
| parent | ddd7125a63c5187483058bad27c94676b9b6c16e (diff) | |
| parent | 1037888505917ec50d02cdfe22e084cacc5994b8 (diff) | |
| download | django-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.in | 2 |
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 |
