mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-06-02 04:03:33 +03:00
Clean up SETUP SUMMARY; remove PIL_VERSION
This commit is contained in:
parent
79186baec7
commit
5d38c76899
5
setup.py
5
setup.py
|
@ -84,7 +84,6 @@ except ImportError:
|
||||||
|
|
||||||
NAME = 'Pillow'
|
NAME = 'Pillow'
|
||||||
VERSION = '2.0.0'
|
VERSION = '2.0.0'
|
||||||
PIL_VERSION = '1.1.7'
|
|
||||||
TCL_ROOT = None
|
TCL_ROOT = None
|
||||||
JPEG_ROOT = None
|
JPEG_ROOT = None
|
||||||
ZLIB_ROOT = None
|
ZLIB_ROOT = None
|
||||||
|
@ -393,9 +392,9 @@ 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("SETUP SUMMARY (Pillow %s PIL fork, originally based on PIL %s)" % (VERSION, PIL_VERSION))
|
print("PIL SETUP SUMMARY")
|
||||||
print("-" * 68)
|
print("-" * 68)
|
||||||
print("version %s (Pillow)" % VERSION)
|
print("version Pillow %s" % VERSION)
|
||||||
v = sys.version.split("[")
|
v = sys.version.split("[")
|
||||||
print("platform %s %s" % (sys.platform, v[0].strip()))
|
print("platform %s %s" % (sys.platform, v[0].strip()))
|
||||||
for v in v[1:]:
|
for v in v[1:]:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user