From b863dd62d8defc800fcbff6fa07eb73d4351acb9 Mon Sep 17 00:00:00 2001 From: tarek Date: Thu, 10 Sep 2009 05:44:09 +0200 Subject: including txt files as well in tests --HG-- branch : distribute extra : rebase_source : 2d089514496c2b2b0d5246a7d1635560ffe5925f --- MANIFEST.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MANIFEST.in b/MANIFEST.in index c546d1ea..b678dac4 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,5 +1,5 @@ recursive-include setuptools *.py *.txt *.exe -recursive-include tests *.py *.c *.pyx +recursive-include tests *.py *.c *.pyx *.txt recursive-include docs *.py *.txt Makefile include *.py include *.txt -- cgit v1.2.1