From 9ae3ee5a8b6aa169e1f4179cee748c721f480229 Mon Sep 17 00:00:00 2001 From: Alfredo Moralejo Date: Thu, 19 May 2016 15:56:15 +0200 Subject: [PATCH] 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 --- MANIFEST.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MANIFEST.in b/MANIFEST.in index 87eb0c9c96..4a65073dba 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -6,7 +6,7 @@ include tox.ini include requirements.txt test-requirements.txt graft doc graft etc -graft locale +graft swift/locale graft test/functional graft test/probe graft test/unit