Update the manifest to include a lot of missing files

This commit is contained in:
Brian J. Crowell 2012-11-10 11:01:14 -06:00
parent 5dd80825b4
commit 59510d46c6

View File

@ -7,8 +7,15 @@ exclude SHIP.bat
include *.rst
include *.c
include *.h
recursive-exclude Tests *
recursive-include docs *.txt
include selftest.py tox.ini
recursive-include Tests *.py *.txt
graft Tests/fonts
graft Tests/icc
graft Tests/images
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