mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-10 19:56:59 +03:00
Add locale files back to installed files (#5696)
Resolves https://github.com/encode/django-rest-framework/issues/5695
This commit is contained in:
parent
d903896d3d
commit
37cfe90338
|
@ -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]
|
||||
|
|
Loading…
Reference in New Issue
Block a user