mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-24 00:46:16 +03:00
Fix manifest
This commit is contained in:
parent
0c18a8f3b8
commit
6f3158528f
|
@ -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
4
docs/CONTRIBUTORS.rst
Normal file
|
@ -0,0 +1,4 @@
|
|||
Contributors (Pillow)
|
||||
=====================
|
||||
|
||||
- Alex Clark, fork author and maintainer
|
7
setup.py
7
setup.py
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue
Block a user