diff --git a/docs/CONTRIBUTORS.rst b/docs/CONTRIBUTORS.txt similarity index 100% rename from docs/CONTRIBUTORS.rst rename to docs/CONTRIBUTORS.txt diff --git a/setup.py b/setup.py index af1606fc8..ecddb9586 100644 --- a/setup.py +++ b/setup.py @@ -475,7 +475,7 @@ setup( long_description=( _read('README.rst') + 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_email='aclark@aclark.net', url='http://github.com/python-imaging/Pillow',