Merge pull request #5697 from providenz/master

Fix typo to bring back locale files to installed files
This commit is contained in:
Xavier Ordoquy 2017-12-21 12:26:56 +01:00 committed by GitHub
commit 9ec3e5f965
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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]