Add files to the MANIFEST which were missing from the source distribution

This commit is contained in:
Brian J. Crowell 2012-11-10 11:26:37 -06:00
parent 4a10a363e4
commit 706f1e33c3

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