mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-27 01:34:24 +03:00
Wording
This commit is contained in:
parent
eee43319bb
commit
290e3e92a6
2
setup.py
2
setup.py
|
@ -389,7 +389,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("SETUP SUMMARY (Pillow %s fork, originally based on PIL %s)" % (VERSION, PIL_VERSION))
|
print("SETUP SUMMARY (Pillow %s PIL fork, originally based on PIL %s)" % (VERSION, PIL_VERSION))
|
||||||
print("-" * 68)
|
print("-" * 68)
|
||||||
print("version %s (Pillow)" % VERSION)
|
print("version %s (Pillow)" % VERSION)
|
||||||
v = sys.version.split("[")
|
v = sys.version.split("[")
|
||||||
|
|
Loading…
Reference in New Issue
Block a user