Skip to content

Commit 9ae3ee5

Browse files
committed
Fix locale directory in MANIFEST.in
Actual location is swift/locale, not locale. This makes build to not include .mo files if they have been created previously with compile_catalog. Change-Id: I907e9bd6dde57cb9ed718656e56a313e82bad128 Closes-Bug: 1583618
1 parent b6f39af commit 9ae3ee5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MANIFEST.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ include tox.ini
66
include requirements.txt test-requirements.txt
77
graft doc
88
graft etc
9-
graft locale
9+
graft swift/locale
1010
graft test/functional
1111
graft test/probe
1212
graft test/unit

0 commit comments

Comments
 (0)