summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorDirkjan Ochtman <dirkjan@ochtman.nl>2013-07-27 11:17:26 +0200
committerArmin Ronacher <armin.ronacher@active-4.com>2013-07-27 11:19:54 +0200
commitb4b39152d8d1459b4514771d8dde47c421ce7fb7 (patch)
tree6da73f15e94f575f9ecee06a64bb75a165516eed /MANIFEST.in
parent4db6c0d31055c45315bdf12eab7cf3ed42d4b07b (diff)
downloadbabel-b4b39152d8d1459b4514771d8dde47c421ce7fb7.tar.gz
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 <armin.ronacher@active-4.com>
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index 15386d7..e96ba56 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/*