From b20ac8ce630c1ca6b3f4e09aa8a91c08e646f6e3 Mon Sep 17 00:00:00 2001 From: Armin Ronacher Date: Sat, 27 Jul 2013 12:07:47 +0200 Subject: Fixed MANIFEST.in to not work for the tests and docs properly --- MANIFEST.in | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'MANIFEST.in') diff --git a/MANIFEST.in b/MANIFEST.in index a79724c..26fe537 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,7 +1,9 @@ +include Makefile CHANGES LICENSE AUTHORS +include conftest.py include babel/global.dat include babel/localedata/*.dat -include doc/api/*.* -include doc/*.html +recursive-include docs * +recursive-exclude docs/_build * include scripts/* recursive-include tests * recursive-exclude tests *.pyc -- cgit v1.2.1