From 9ddc224c69926415dadadedf4c0bb68f74edb6fc Mon Sep 17 00:00:00 2001 From: Daniele Varrazzo Date: Mon, 23 Feb 2015 10:36:25 +0000 Subject: [PATCH] Added missing files needed to build the docs Fixes #291 --- MANIFEST.in | 1 + 1 file changed, 1 insertion(+) diff --git a/MANIFEST.in b/MANIFEST.in index 1603b1be..00e4fc32 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -3,6 +3,7 @@ recursive-include lib *.py recursive-include tests *.py recursive-include examples *.py somehackers.jpg whereareyou.jpg recursive-include doc README SUCCESS COPYING.LESSER pep-0249.txt +recursive-include doc Makefile requirements.txt recursive-include doc/src *.rst *.py *.css Makefile recursive-include scripts *.py *.sh include scripts/maketypes.sh scripts/buildtypes.py