mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-26 01:46:18 +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'
|
||||
VERSION = '2.0.0'
|
||||
PIL_VERSION = '1.1.7'
|
||||
TCL_ROOT = None
|
||||
JPEG_ROOT = None
|
||||
ZLIB_ROOT = None
|
||||
|
@ -393,9 +392,9 @@ class pil_build_ext(build_ext):
|
|||
def summary_report(self, feature, unsafe_zlib):
|
||||
|
||||
print("-" * 68)
|
||||
print("SETUP SUMMARY (Pillow %s PIL fork, originally based on PIL %s)" % (VERSION, PIL_VERSION))
|
||||
print("PIL SETUP SUMMARY")
|
||||
print("-" * 68)
|
||||
print("version %s (Pillow)" % VERSION)
|
||||
print("version Pillow %s" % VERSION)
|
||||
v = sys.version.split("[")
|
||||
print("platform %s %s" % (sys.platform, v[0].strip()))
|
||||
for v in v[1:]:
|
||||
|
|
Loading…
Reference in New Issue
Block a user