]> git.ipfire.org Git - thirdparty/babel.git/commitdiff
Make sure data files are included as well
authorArmin Ronacher <armin.ronacher@active-4.com>
Sat, 27 Jul 2013 10:02:46 +0000 (12:02 +0200)
committerArmin Ronacher <armin.ronacher@active-4.com>
Sat, 27 Jul 2013 10:02:46 +0000 (12:02 +0200)
MANIFEST.in

index df67af8bc05fc7ccbe6f0cb0661a88602b23f5b4..a79724c8638b0c25734aedbc8f95fd4f789ae25c 100644 (file)
@@ -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