From 67964a1bf4af3a9f37df03b419e8e7ff06b750ac Mon Sep 17 00:00:00 2001 From: Laurent Paoletti Date: Thu, 21 Dec 2017 12:12:08 +0100 Subject: [PATCH] Fix typo to bring locale back to installed files --- MANIFEST.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MANIFEST.in b/MANIFEST.in index 78f992897..6f7cb8f13 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -2,6 +2,6 @@ include README.md include LICENSE.md recursive-include rest_framework/static *.js *.css *.png *.ico *.eot *.svg *.ttf *.woff *.woff2 recursive-include rest_framework/templates *.html schema.js -recursice-include rest_framework/locale *.mo +recursive-include rest_framework/locale *.mo global-exclude __pycache__ global-exclude *.py[co]