From 61eff24c8d67a742350df46a3b5c38e70d40f140 Mon Sep 17 00:00:00 2001 From: Armin Ronacher Date: Sat, 27 Jul 2013 12:02:46 +0200 Subject: Make sure data files are included as well --- MANIFEST.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'MANIFEST.in') diff --git a/MANIFEST.in b/MANIFEST.in index df67af8..a79724c 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -3,4 +3,6 @@ include babel/localedata/*.dat include doc/api/*.* include doc/*.html include scripts/* -recursive-include tests *.py +recursive-include tests * +recursive-exclude tests *.pyc +recursive-exclude tests *.pyo -- cgit v1.2.1