mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-22 09:36:49 +03:00
Merge pull request #5697 from providenz/master
Fix typo to bring back locale files to installed files
This commit is contained in:
commit
9ec3e5f965
|
@ -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]
|
||||
|
|
Loading…
Reference in New Issue
Block a user