From 706f1e33c391f8f85db7c46973f9d965a518320d Mon Sep 17 00:00:00 2001 From: "Brian J. Crowell" Date: Sat, 10 Nov 2012 11:26:37 -0600 Subject: [PATCH] Add files to the MANIFEST which were missing from the source distribution --- MANIFEST.in | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/MANIFEST.in b/MANIFEST.in index 2ff23e019..d0cf89c6b 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -6,8 +6,12 @@ exclude SHIP exclude SHIP.bat include *.rst include *.c -recursive-exclude Tests * -recursive-include docs *.txt +include *.h +include selftest.py tox.ini +recursive-include Scripts *.py README +graft Images +recursive-include docs *.txt *.html *.rst *.css *.py README CHANGES CONTENTS Makefile make.bat recursive-include libImaging *.c *.h recursive-include Tk *.c *.txt -recursive-include Sane *.c *.txt +recursive-include Sane *.c *.txt CHANGES README *.py +