Further clarify this is a fork

This commit is contained in:
Alex Clark 2010-07-31 20:32:12 -04:00
parent 5aeb7dc342
commit 31fd6a2464

View File

@ -370,7 +370,7 @@ class pil_build_ext(build_ext):
def summary_report(self, feature, unsafe_zlib):
print "-" * 68
print "Pillow", VERSION, "SETUP SUMMARY"
print "Pillow (PIL fork)", VERSION, "SETUP SUMMARY"
print "-" * 68
print "version ", VERSION
v = string.split(sys.version, "[")