diff --git a/README.rst b/README.rst index d19be1813..e75cb7384 100644 --- a/README.rst +++ b/README.rst @@ -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. :: diff --git a/docs/CONTRIBUTORS.rst b/docs/CONTRIBUTORS.rst index ec4572aba..aea86b272 100644 --- a/docs/CONTRIBUTORS.rst +++ b/docs/CONTRIBUTORS.rst @@ -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 , developer, fork author and maintainer - Alex Po , developer diff --git a/docs/HISTORY.txt b/docs/HISTORY.txt index fe75ba7a2..1ee2159cb 100644 --- a/docs/HISTORY.txt +++ b/docs/HISTORY.txt @@ -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 :: diff --git a/setup.py b/setup.py index 4b9b080c1..d05bada12 100644 --- a/setup.py +++ b/setup.py @@ -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', )