This commit is contained in:
Alex Clark 2013-03-14 07:25:22 -04:00
parent e5d169a440
commit a5a6eb1870
2 changed files with 1 additions and 1 deletions

View File

@ -475,7 +475,7 @@ setup(
long_description=( long_description=(
_read('README.rst') + b'\n' + _read('README.rst') + b'\n' +
_read('docs/HISTORY.txt') + b'\n' + _read('docs/HISTORY.txt') + b'\n' +
_read('docs/CONTRIBUTORS.rst')).decode('utf-8'), _read('docs/CONTRIBUTORS.txt')).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',