mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-02-04 21:50:54 +03:00
Merge pull request #457 from wiredfool/py3.x-install
restoring byte decode to utf-8 string
This commit is contained in:
commit
b4cb373fb0
2
setup.py
2
setup.py
|
@ -587,7 +587,7 @@ setup(
|
||||||
description='Python Imaging Library (Fork)',
|
description='Python Imaging Library (Fork)',
|
||||||
long_description=(
|
long_description=(
|
||||||
_read('README.rst') + b'\n' +
|
_read('README.rst') + b'\n' +
|
||||||
_read('CHANGES.rst')),
|
_read('CHANGES.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://python-imaging.github.io/',
|
url='http://python-imaging.github.io/',
|
||||||
|
|
Loading…
Reference in New Issue
Block a user