From 79603af5285289dc0c382be3510fe80e4484cd13 Mon Sep 17 00:00:00 2001 From: Alex Clark Date: Thu, 5 Dec 2013 05:29:18 -0500 Subject: [PATCH] Too many contributors to effectively list This list was outdated so I'm removing it. At some point I'll do another pass --- CONTRIBUTORS.rst | 36 ------------------------------------ setup.py | 3 +-- 2 files changed, 1 insertion(+), 38 deletions(-) delete mode 100644 CONTRIBUTORS.rst diff --git a/CONTRIBUTORS.rst b/CONTRIBUTORS.rst deleted file mode 100644 index 56efba356..000000000 --- a/CONTRIBUTORS.rst +++ /dev/null @@ -1,36 +0,0 @@ -Contributors (Pillow) -===================== - -.. Note:: Contributors: please add your name here - -- Alex Po -- Anton Vlasenko -- Brian J. Crowell -- Bryant Mairs -- Christoph Gohlke -- Corey Richardson -- Daniel Hahler -- David Schmidt -- Eliot -- etienne -- Jannis Leidel -- Kyle MacFarlane -- Lars Yencken -- Liu Qishuai -- Manuel Ebert -- Marc Abramowitz -- Matti Picus -- Mikhail Korobov -- OCHIAI, Gouji -- Oliver Tonnhofer -- Phil Elson -- Sandro Mani -- Simon Law -- Stéphane Klein -- Steve Johnson -- Takeshi KOMIYA -- Tom Gross -- Tom Payne -- Tyler Garner -- tdesvenain -- wiredfool diff --git a/setup.py b/setup.py index b74904014..5f3d22e56 100644 --- a/setup.py +++ b/setup.py @@ -587,8 +587,7 @@ setup( description='Python Imaging Library (Fork)', long_description=( _read('README.rst') + b'\n' + - _read('CHANGES.rst') + b'\n' + - _read('CONTRIBUTORS.rst')).decode('utf-8'), + _read('CHANGES.rst')), author='Alex Clark (fork author)', author_email='aclark@aclark.net', url='http://python-imaging.github.io/',