mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-12 18:26:17 +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)
|
||||
------------------
|
||||
|
||||
- Fix for #318: Catch truncated zTXt errors.
|
||||
[vytisb]
|
||||
|
||||
- Fix IOError when saving progressive JPEGs.
|
||||
[e98cuenc]
|
||||
|
||||
|
|
1
setup.py
1
setup.py
|
@ -567,6 +567,7 @@ setup(
|
|||
"Programming Language :: Python :: 3.3", ],
|
||||
cmdclass={"build_ext": pil_build_ext},
|
||||
ext_modules=[Extension("PIL._imaging", ["_imaging.c"])],
|
||||
include_package_data=True,
|
||||
packages=find_packages(),
|
||||
scripts=glob.glob("Scripts/pil*.py"),
|
||||
keywords=["Imaging",],
|
||||
|
|
Loading…
Reference in New Issue
Block a user