Fix manifest

This commit is contained in:
Alex Clark 2013-03-08 08:21:12 -05:00
parent 0c18a8f3b8
commit 6f3158528f
4 changed files with 10 additions and 5 deletions

View File

@ -8,13 +8,14 @@ include *.rst
include *.c
include *.h
include selftest.py tox.ini
include COPYING
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 docs *.txt *.html *.rst *.css *.py README CHANGES CONTENTS Makefile make.bat BUILDME
recursive-include libImaging *.c *.h
recursive-include Tk *.c *.txt
recursive-include Sane *.c *.txt CHANGES README *.py

4
docs/CONTRIBUTORS.rst Normal file
View File

@ -0,0 +1,4 @@
Contributors (Pillow)
=====================
- Alex Clark, fork author and maintainer

View File

@ -454,9 +454,10 @@ setup(
version=VERSION,
description='Python Imaging Library (fork)',
long_description=(
_read('README.rst') +
_read('docs/INSTALL.txt') +
_read('docs/HISTORY.txt')).decode('utf-8'),
_read('README.rst') + '\n' +
_read('docs/INSTALL.txt') + '\n' +
_read('docs/HISTORY.txt') + '\n' +
_read('docs/CONTRIBUTORS.rst')).decode('utf-8'),
author='Alex Clark (fork author)',
author_email='aclark@aclark.net',
url='http://github.com/python-imaging/Pillow',

1
test
View File

@ -1 +0,0 @@
test