Fix typo to bring locale back to installed files

This commit is contained in:
Laurent Paoletti 2017-12-21 12:12:08 +01:00
parent 65791d8c79
commit 67964a1bf4

View File

@ -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]