mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-12 02:06:18 +03:00
Fix manifest
This commit is contained in:
parent
0c18a8f3b8
commit
6f3158528f
|
@ -8,13 +8,14 @@ include *.rst
|
||||||
include *.c
|
include *.c
|
||||||
include *.h
|
include *.h
|
||||||
include selftest.py tox.ini
|
include selftest.py tox.ini
|
||||||
|
include COPYING
|
||||||
recursive-include Tests *.py *.txt
|
recursive-include Tests *.py *.txt
|
||||||
graft Tests/fonts
|
graft Tests/fonts
|
||||||
graft Tests/icc
|
graft Tests/icc
|
||||||
graft Tests/images
|
graft Tests/images
|
||||||
recursive-include Scripts *.py README
|
recursive-include Scripts *.py README
|
||||||
graft Images
|
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 libImaging *.c *.h
|
||||||
recursive-include Tk *.c *.txt
|
recursive-include Tk *.c *.txt
|
||||||
recursive-include Sane *.c *.txt CHANGES README *.py
|
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,
|
version=VERSION,
|
||||||
description='Python Imaging Library (fork)',
|
description='Python Imaging Library (fork)',
|
||||||
long_description=(
|
long_description=(
|
||||||
_read('README.rst') +
|
_read('README.rst') + '\n' +
|
||||||
_read('docs/INSTALL.txt') +
|
_read('docs/INSTALL.txt') + '\n' +
|
||||||
_read('docs/HISTORY.txt')).decode('utf-8'),
|
_read('docs/HISTORY.txt') + '\n' +
|
||||||
|
_read('docs/CONTRIBUTORS.rst')).decode('utf-8'),
|
||||||
author='Alex Clark (fork author)',
|
author='Alex Clark (fork author)',
|
||||||
author_email='aclark@aclark.net',
|
author_email='aclark@aclark.net',
|
||||||
url='http://github.com/python-imaging/Pillow',
|
url='http://github.com/python-imaging/Pillow',
|
||||||
|
|
Loading…
Reference in New Issue
Block a user