mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-26 01:04:29 +03:00
Nod to elro's explanation to image-sig re: setuptools-compat
This commit is contained in:
parent
52ae696354
commit
de812f2c2c
23
README.txt
23
README.txt
|
@ -1,13 +1,22 @@
|
||||||
Pillow
|
Pillow
|
||||||
======
|
======
|
||||||
|
|
||||||
Pillow is a "friendly" fork of the Python Imaging Library. The goal is to see
|
Pillow is a "friendly" PIL fork. PIL is the Python Imaging Library.
|
||||||
if any improvement can be made to the packaging situation(*) by opening up
|
|
||||||
development to the "public" and exploring the problem within the fork.
|
|
||||||
|
|
||||||
Please email: aclark@aclark.net if you'd like to help, or complain.
|
Introduction
|
||||||
|
------------
|
||||||
|
|
||||||
(*) PIL aims to support the 'import Image' statement which will fail whenever
|
The author's goal is to foster packaging improvements by publicizing
|
||||||
there is another 'Image' module in the top level namespace.
|
development and exploring packaging problems within the fork.
|
||||||
|
|
||||||
For PIL's README, check out PIL.txt
|
Explanation
|
||||||
|
-----------
|
||||||
|
|
||||||
|
PIL is currently not setuptools compatible. See:
|
||||||
|
http://mail.python.org/pipermail/image-sig/2010-August/006480.html for a
|
||||||
|
detailed explanation.
|
||||||
|
|
||||||
|
Python Imaging Library
|
||||||
|
----------------------
|
||||||
|
|
||||||
|
For PIL's README, please see PIL.txt
|
||||||
|
|
Loading…
Reference in New Issue
Block a user