mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-06-06 14:13:15 +03:00
Add history [ci skip]
This commit is contained in:
parent
93b628ad49
commit
e0d8a198e8
|
@ -4,6 +4,9 @@ Changelog (Pillow)
|
||||||
2.2.0 (2013-10-01)
|
2.2.0 (2013-10-01)
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
|
- Fix for #318: Catch truncated zTXt errors.
|
||||||
|
[vytisb]
|
||||||
|
|
||||||
- Fix IOError when saving progressive JPEGs.
|
- Fix IOError when saving progressive JPEGs.
|
||||||
[e98cuenc]
|
[e98cuenc]
|
||||||
|
|
||||||
|
|
1
setup.py
1
setup.py
|
@ -567,6 +567,7 @@ setup(
|
||||||
"Programming Language :: Python :: 3.3", ],
|
"Programming Language :: Python :: 3.3", ],
|
||||||
cmdclass={"build_ext": pil_build_ext},
|
cmdclass={"build_ext": pil_build_ext},
|
||||||
ext_modules=[Extension("PIL._imaging", ["_imaging.c"])],
|
ext_modules=[Extension("PIL._imaging", ["_imaging.c"])],
|
||||||
|
include_package_data=True,
|
||||||
packages=find_packages(),
|
packages=find_packages(),
|
||||||
scripts=glob.glob("Scripts/pil*.py"),
|
scripts=glob.glob("Scripts/pil*.py"),
|
||||||
keywords=["Imaging",],
|
keywords=["Imaging",],
|
||||||
|
|
Loading…
Reference in New Issue
Block a user