Doh! Can't rename package right now I guess (due to conflicts with Pillow on PyPI)

This commit is contained in:
Alex Clark 2010-11-28 15:31:09 -05:00
parent b05c0c65bf
commit 8508f17691

View File

@ -70,7 +70,7 @@ except ImportError:
_tkinter = None
NAME = 'pillow'
NAME = 'Pillow'
VERSION = '1.3'
PIL_VERSION = '1.1.7'
TCL_ROOT = None
@ -353,7 +353,7 @@ class pil_build_ext(build_ext):
def summary_report(self, feature, unsafe_zlib):
print "-" * 68
print "pillow", VERSION, "( PIL fork based on", "PIL", PIL_VERSION, ")", "SETUP SUMMARY"
print "Pillow", VERSION, "( PIL fork based on", "PIL", PIL_VERSION, ")", "SETUP SUMMARY"
print "-" * 68
v = string.split(sys.version, "[")
print "platform ", sys.platform, string.strip(v[0])