From b4b39152d8d1459b4514771d8dde47c421ce7fb7 Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Sat, 27 Jul 2013 11:17:26 +0200 Subject: [PATCH] Include tests in tarballs. This is a regression from Babel-0.9.6. Please include tests and any required files in the tarball, so the distribution can be tested. Signed-off-by: Armin Ronacher --- MANIFEST.in | 1 + 1 file changed, 1 insertion(+) diff --git a/MANIFEST.in b/MANIFEST.in index 15386d7f..e96ba56e 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -3,3 +3,4 @@ include babel/localedata/*.dat include doc/api/*.* include doc/*.html include scripts/* +include tests/* -- 2.47.2