From c973b5e3c718a91c992dbddd692a8edb22f86407 Mon Sep 17 00:00:00 2001 From: Armin Ronacher Date: Sat, 27 Jul 2013 11:55:41 +0200 Subject: [PATCH] Fixed not all tests being included --- CHANGES | 8 ++++++++ MANIFEST.in | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) 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/* -- 2.47.2