Skip to content

Commit 9ec3e5f

Browse files
authored
Merge pull request #5697 from providenz/master
Fix typo to bring back locale files to installed files
2 parents 65791d8 + 67964a1 commit 9ec3e5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: MANIFEST.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ include README.md
22
include LICENSE.md
33
recursive-include rest_framework/static *.js *.css *.png *.ico *.eot *.svg *.ttf *.woff *.woff2
44
recursive-include rest_framework/templates *.html schema.js
5-
recursice-include rest_framework/locale *.mo
5+
recursive-include rest_framework/locale *.mo
66
global-exclude __pycache__
77
global-exclude *.py[co]

0 commit comments

Comments
 (0)