mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-25 01:16:16 +03:00
Doh! Can't rename package right now I guess (due to conflicts with Pillow on PyPI)
This commit is contained in:
parent
b05c0c65bf
commit
8508f17691
4
setup.py
4
setup.py
|
@ -70,7 +70,7 @@ except ImportError:
|
||||||
_tkinter = None
|
_tkinter = None
|
||||||
|
|
||||||
|
|
||||||
NAME = 'pillow'
|
NAME = 'Pillow'
|
||||||
VERSION = '1.3'
|
VERSION = '1.3'
|
||||||
PIL_VERSION = '1.1.7'
|
PIL_VERSION = '1.1.7'
|
||||||
TCL_ROOT = None
|
TCL_ROOT = None
|
||||||
|
@ -353,7 +353,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, "( PIL fork based on", "PIL", PIL_VERSION, ")", "SETUP SUMMARY"
|
print "Pillow", VERSION, "( PIL fork based on", "PIL", PIL_VERSION, ")", "SETUP SUMMARY"
|
||||||
print "-" * 68
|
print "-" * 68
|
||||||
v = string.split(sys.version, "[")
|
v = string.split(sys.version, "[")
|
||||||
print "platform ", sys.platform, string.strip(v[0])
|
print "platform ", sys.platform, string.strip(v[0])
|
||||||
|
|
Loading…
Reference in New Issue
Block a user