mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-25 01:16:16 +03:00
Fix setup ; wording
This commit is contained in:
parent
6f00749474
commit
deca17accd
|
@ -58,7 +58,7 @@ Pillow needs you! Please help us maintain PIL via:
|
||||||
Python Imaging Library
|
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.
|
||||||
|
|
||||||
::
|
::
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
Contributors (Pillow)
|
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 Clark <aclark@aclark.net>, developer, fork author and maintainer
|
||||||
- Alex Po <alex-86p@yandex.ru>, developer
|
- Alex Po <alex-86p@yandex.ru>, developer
|
||||||
|
|
|
@ -116,7 +116,7 @@ Changelog (Pillow)
|
||||||
- Forked PIL based on Hanno Schlichting's re-packaging
|
- Forked PIL based on Hanno Schlichting's re-packaging
|
||||||
(http://dist.plone.org/thirdparty/PIL-1.1.7.tar.gz)
|
(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
|
||||||
|
|
||||||
::
|
::
|
||||||
|
|
||||||
|
|
4
setup.py
4
setup.py
|
@ -479,6 +479,6 @@ setup(
|
||||||
ext_modules=[Extension("_imaging", ["_imaging.c"])],
|
ext_modules=[Extension("_imaging", ["_imaging.c"])],
|
||||||
packages=find_packages(),
|
packages=find_packages(),
|
||||||
scripts=glob.glob("Scripts/pil*.py"),
|
scripts=glob.glob("Scripts/pil*.py"),
|
||||||
keywords=("Imaging",),
|
keywords=["Imaging",],
|
||||||
license="Standard PIL License",
|
license='Standard PIL License',
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user