From 9b2f4c7d7716f83385d87b8399ccec950e41db61 Mon Sep 17 00:00:00 2001 From: Daniele Varrazzo Date: Sun, 23 Jun 2013 01:59:16 +0100 Subject: [PATCH] Fixed manifest to avoid spurious messages during install It was a while we were getting:: no previously-included directories found matching 'doc/src/_build' at install time. Also avoid a couple of Sphinx build files from sdist package. --- MANIFEST.in | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/MANIFEST.in b/MANIFEST.in index 5606dd4c..09cb9066 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -2,11 +2,10 @@ recursive-include psycopg *.c *.h *.manifest recursive-include lib *.py recursive-include tests *.py recursive-include examples *.py somehackers.jpg whereareyou.jpg -recursive-include doc README HACKING SUCCESS COPYING* pep-0249.txt -recursive-include doc *.txt *.html *.css *.js Makefile -recursive-include doc/src *.rst *.py *.css Makefile -recursive-include doc/html * -prune doc/src/_build +include doc/Makefile doc/README doc/HACKING doc/SUCCESS doc/COPYING* doc/*.txt +include doc/src/Makefile doc/src/conf.py doc/src/*.rst doc/src/_static/* +recursive-include doc/src/tools *.py +include doc/html/*.html doc/html/*.js doc/html/_sources/*.txt doc/html/_static/* recursive-include scripts *.py *.sh include scripts/maketypes.sh scripts/buildtypes.py include AUTHORS README INSTALL LICENSE NEWS