From 4b25ccca48c038982ea6044ff2fa9b9739301ac9 Mon Sep 17 00:00:00 2001 From: Vincent Fretin Date: Fri, 18 Nov 2011 19:41:09 +0100 Subject: [PATCH] Added MANIFEST.in to include mo files in the distribution. (closes #12134) --- CHANGES.txt | 3 +++ MANIFEST.in | 8 ++++++++ 2 files changed, 11 insertions(+) create mode 100644 MANIFEST.in diff --git a/CHANGES.txt b/CHANGES.txt index 4d7cf28..1dc6e4d 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -4,6 +4,9 @@ Changelog 2.1.1 (unreleased) ------------------ +- Include mo files in the distribution. + [vincentfretin] + - Fix various text typos. [timo] diff --git a/MANIFEST.in b/MANIFEST.in new file mode 100644 index 0000000..e0cdcf4 --- /dev/null +++ b/MANIFEST.in @@ -0,0 +1,8 @@ +include *.txt + +recursive-include docs * +recursive-include plone * + +global-include *.mo + +global-exclude *.pyc