mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-26 01:04:29 +03:00
Clean up
This commit is contained in:
parent
acad11af29
commit
c931fefb85
5
setup.py
5
setup.py
|
@ -72,6 +72,7 @@ except ImportError:
|
||||||
|
|
||||||
NAME = 'pillow'
|
NAME = 'pillow'
|
||||||
VERSION = '1.3'
|
VERSION = '1.3'
|
||||||
|
PIL_VERSION = '1.1.7'
|
||||||
TCL_ROOT = None
|
TCL_ROOT = None
|
||||||
JPEG_ROOT = None
|
JPEG_ROOT = None
|
||||||
ZLIB_ROOT = None
|
ZLIB_ROOT = None
|
||||||
|
@ -351,11 +352,9 @@ class pil_build_ext(build_ext):
|
||||||
self.summary_report(feature, unsafe_zlib)
|
self.summary_report(feature, unsafe_zlib)
|
||||||
|
|
||||||
def summary_report(self, feature, unsafe_zlib):
|
def summary_report(self, feature, unsafe_zlib):
|
||||||
|
|
||||||
print "-" * 68
|
print "-" * 68
|
||||||
print "Pillow (PIL fork)", VERSION, "SETUP SUMMARY"
|
print "pillow", VERSION, "( PIL fork based on", "PIL", PIL_VERSION, ")", "SETUP SUMMARY"
|
||||||
print "-" * 68
|
print "-" * 68
|
||||||
print "version ", VERSION
|
|
||||||
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])
|
||||||
for v in v[1:]:
|
for v in v[1:]:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user