Add locale files back to installed files (#5696)

Resolves https://github.com/encode/django-rest-framework/issues/5695
This commit is contained in:
Matthias Runge 2017-12-21 11:00:43 +01:00 committed by Tom Christie
parent d903896d3d
commit 37cfe90338

View File

@ -2,5 +2,6 @@ include README.md
include LICENSE.md
recursive-include rest_framework/static *.js *.css *.png *.eot *.svg *.ttf *.woff
recursive-include rest_framework/templates *.html schema.js
recursice-include rest_framework/locale *.mo
global-exclude __pycache__
global-exclude *.py[co]