From a5a6eb18708a29576535970e6f9035a55415db8f Mon Sep 17 00:00:00 2001 From: Alex Clark Date: Thu, 14 Mar 2013 07:25:22 -0400 Subject: [PATCH] Rename --- docs/{CONTRIBUTORS.rst => CONTRIBUTORS.txt} | 0 setup.py | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename docs/{CONTRIBUTORS.rst => CONTRIBUTORS.txt} (100%) 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',