From: Armin Ronacher Date: Sat, 27 Jul 2013 10:02:46 +0000 (+0200) Subject: Make sure data files are included as well X-Git-Tag: 1.2~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=61eff24c8d67a742350df46a3b5c38e70d40f140;p=thirdparty%2Fbabel.git Make sure data files are included as well --- diff --git a/MANIFEST.in b/MANIFEST.in index df67af8b..a79724c8 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -3,4 +3,6 @@ include babel/localedata/*.dat include doc/api/*.* include doc/*.html include scripts/* -recursive-include tests *.py +recursive-include tests * +recursive-exclude tests *.pyc +recursive-exclude tests *.pyo