mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-12 10:16:17 +03:00
On to 1.2, and rename PIL to Pillow in setup summary output.
This commit is contained in:
parent
fd9926c586
commit
5aeb7dc342
8
setup.py
8
setup.py
|
@ -104,7 +104,7 @@ def find_version(filename):
|
||||||
return None
|
return None
|
||||||
|
|
||||||
#VERSION = find_version("PIL/Image.py")
|
#VERSION = find_version("PIL/Image.py")
|
||||||
VERSION = "1.1"
|
VERSION = "1.2"
|
||||||
|
|
||||||
class pil_build_ext(build_ext):
|
class pil_build_ext(build_ext):
|
||||||
|
|
||||||
|
@ -370,7 +370,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 "PIL", VERSION, "SETUP SUMMARY"
|
print "Pillow", VERSION, "SETUP SUMMARY"
|
||||||
print "-" * 68
|
print "-" * 68
|
||||||
print "version ", VERSION
|
print "version ", VERSION
|
||||||
v = string.split(sys.version, "[")
|
v = string.split(sys.version, "[")
|
||||||
|
@ -468,8 +468,8 @@ if __name__ == "__main__":
|
||||||
license="Python (MIT style)",
|
license="Python (MIT style)",
|
||||||
# long_description=DESCRIPTION,
|
# long_description=DESCRIPTION,
|
||||||
long_description=open("README.txt").read() + "\n" +
|
long_description=open("README.txt").read() + "\n" +
|
||||||
open(os.path.join("doc", "INSTALL.txt")).read() +
|
open(os.path.join("docs", "INSTALL.txt")).read() +
|
||||||
open(os.path.join("doc", "HISTORY.txt")).read(),
|
open(os.path.join("docs", "HISTORY.txt")).read(),
|
||||||
name=NAME,
|
name=NAME,
|
||||||
packages=find_packages(),
|
packages=find_packages(),
|
||||||
# setup_requires=["setuptools_hg"],
|
# setup_requires=["setuptools_hg"],
|
||||||
|
|
Loading…
Reference in New Issue
Block a user