From: Dirkjan Ochtman Date: Sat, 27 Jul 2013 09:17:26 +0000 (+0200) Subject: Include tests in tarballs. X-Git-Tag: 1.1~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b4b39152d8d1459b4514771d8dde47c421ce7fb7;p=thirdparty%2Fbabel.git 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 --- 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/*