From: Armin Ronacher Date: Sat, 27 Jul 2013 09:59:38 +0000 (+0200) Subject: Fixed MANIFEST.in recursive include X-Git-Tag: 1.2~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b854764a5e655d13f41f48c61229f36179f5fa3b;p=thirdparty%2Fbabel.git Fixed MANIFEST.in recursive include --- diff --git a/MANIFEST.in b/MANIFEST.in index a089e6f4..df67af8b 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -3,4 +3,4 @@ include babel/localedata/*.dat include doc/api/*.* include doc/*.html include scripts/* -recursive-include tests/* +recursive-include tests *.py