From d33aacd6167e05f6af356e4f37387fabe6255be2 Mon Sep 17 00:00:00 2001 From: Alex Clark Date: Thu, 5 Apr 2012 23:17:11 -0400 Subject: [PATCH] Fix manifest --- MANIFEST.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/MANIFEST.in b/MANIFEST.in index bc7b95d1e..2ff23e019 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -9,3 +9,5 @@ include *.c recursive-exclude Tests * recursive-include docs *.txt recursive-include libImaging *.c *.h +recursive-include Tk *.c *.txt +recursive-include Sane *.c *.txt