Merge pull request #19 from fluggo/upstream

Add files to the MANIFEST which were missing from the source distribution
This commit is contained in:
Alex Clark ☺ 2012-12-06 16:24:05 -08:00
commit 7c3431663f

View File

@ -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