mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-10 19:56:47 +03:00
Only test 2.6, 2.7, and 3.3
This commit is contained in:
parent
f19db9ec8a
commit
955dfc07d3
4
setup.py
4
setup.py
|
@ -454,8 +454,8 @@ setup(
|
||||||
version=VERSION,
|
version=VERSION,
|
||||||
description='Python Imaging Library (fork)',
|
description='Python Imaging Library (fork)',
|
||||||
long_description=(
|
long_description=(
|
||||||
_read('README.rst') + '\n' +
|
_read('README.rst') + b'\n' +
|
||||||
_read('docs/HISTORY.txt') + '\n' +
|
_read('docs/HISTORY.txt') + b'\n' +
|
||||||
_read('docs/CONTRIBUTORS.rst')).decode('utf-8'),
|
_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',
|
||||||
|
|
Loading…
Reference in New Issue
Block a user