From: Armin Ronacher Date: Sat, 27 Jul 2013 10:07:47 +0000 (+0200) Subject: Fixed MANIFEST.in to not work for the tests and docs properly X-Git-Tag: 1.2~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b20ac8ce630c1ca6b3f4e09aa8a91c08e646f6e3;p=thirdparty%2Fbabel.git Fixed MANIFEST.in to not work for the tests and docs properly --- diff --git a/MANIFEST.in b/MANIFEST.in index a79724c8..26fe537c 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