From 6bdf18be2a860d2228124fd67b90fbcb2d1561dc Mon Sep 17 00:00:00 2001 From: Cameron Rudnick Date: Thu, 23 Jun 2011 11:17:58 -0700 Subject: [PATCH] Fixed the 'locale' directory not being included in built package --- MANIFEST.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/MANIFEST.in b/MANIFEST.in index 71466e2..6e6f21d 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -7,4 +7,6 @@ recursive-include pyramid_formalchemy *.gif recursive-include pyramid_formalchemy *.png recursive-include pyramid_formalchemy *.jpg recursive-include pyramid_formalchemy *.py_tmpl -recursive-include pyramid_formalchemy *.txt \ No newline at end of file +recursive-include pyramid_formalchemy *.txt +recursive-include pyramid_formalchemy *.mo +recursive-include pyramid_formalchemy *.po