From: Armin Ronacher Date: Sat, 27 Jul 2013 09:55:41 +0000 (+0200) Subject: Fixed not all tests being included X-Git-Tag: 1.2~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c973b5e3c718a91c992dbddd692a8edb22f86407;p=thirdparty%2Fbabel.git Fixed not all tests being included --- diff --git a/CHANGES b/CHANGES index 5ea35355..adfcc65e 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,14 @@ Babel Changelog =============== +Version 1.2 +----------- + +(bugfix release, release date to be decided) + +- Included all tests in the tarball. Previously the include + skipped past recursive folders. + Version 1.1 ----------- diff --git a/MANIFEST.in b/MANIFEST.in index e96ba56e..a089e6f4 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -3,4 +3,4 @@ include babel/localedata/*.dat include doc/api/*.* include doc/*.html include scripts/* -include tests/* +recursive-include tests/*