mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-07-02 02:43:06 +03:00
Further clarify this is a fork
This commit is contained in:
parent
5aeb7dc342
commit
31fd6a2464
2
setup.py
2
setup.py
|
@ -370,7 +370,7 @@ class pil_build_ext(build_ext):
|
||||||
def summary_report(self, feature, unsafe_zlib):
|
def summary_report(self, feature, unsafe_zlib):
|
||||||
|
|
||||||
print "-" * 68
|
print "-" * 68
|
||||||
print "Pillow", VERSION, "SETUP SUMMARY"
|
print "Pillow (PIL fork)", VERSION, "SETUP SUMMARY"
|
||||||
print "-" * 68
|
print "-" * 68
|
||||||
print "version ", VERSION
|
print "version ", VERSION
|
||||||
v = string.split(sys.version, "[")
|
v = string.split(sys.version, "[")
|
||||||
|
|
Loading…
Reference in New Issue
Block a user