Fix setup ; wording

This commit is contained in:
Alex Clark 2013-03-08 19:47:20 -05:00
parent 6f00749474
commit deca17accd
4 changed files with 5 additions and 5 deletions

View File

@ -58,7 +58,7 @@ Pillow needs you! Please help us maintain PIL via:
Python Imaging Library
======================
.. Note:: What follows is the original PIL 1.1.7 README contents.
.. Note:: What follows is the original PIL 1.1.7 README file contents.
::

View File

@ -1,7 +1,7 @@
Contributors (Pillow)
=====================
.. Note:: New contributors please add your name here and send pull request
.. Note:: New contributors: please add your name here and send a pull request
- Alex Clark <aclark@aclark.net>, developer, fork author and maintainer
- Alex Po <alex-86p@yandex.ru>, developer

View File

@ -116,7 +116,7 @@ Changelog (Pillow)
- Forked PIL based on Hanno Schlichting's re-packaging
(http://dist.plone.org/thirdparty/PIL-1.1.7.tar.gz)
.. Note:: What follows is the original PIL 1.1.7 CHANGES contents
.. Note:: What follows is the original PIL 1.1.7 CHANGES file contents
::

View File

@ -479,6 +479,6 @@ setup(
ext_modules=[Extension("_imaging", ["_imaging.c"])],
packages=find_packages(),
scripts=glob.glob("Scripts/pil*.py"),
keywords=("Imaging",),
license="Standard PIL License",
keywords=["Imaging",],
license='Standard PIL License',
)