pypi readme

updated changelog
This commit is contained in:
homm 2016-10-04 13:05:41 +03:00 committed by Alexander
parent aaa9974e0d
commit 06b502f732
3 changed files with 24 additions and 2 deletions

View File

@ -1,6 +1,22 @@
Changelog (Pillow-SIMD)
=======================
3.4.1.post0
-----------
- A lot of optimizations in resampling including 16-bit
intermediate color representation and heavy unrolling.
3.3.2.post0
-----------
- Maintenance release
3.3.0.post2
-----------
- Fixed error in RGBa -> RGBA convertion
3.3.0.post1
-----------

6
PyPI.rst Normal file
View File

@ -0,0 +1,6 @@
`Pillow-SIMD repo and readme <https://github.com/uploadcare/pillow-simd>`
`Pillow-SIMD changelog <https://github.com/uploadcare/pillow-simd/blob/simd/3.4.x/CHANGES.SIMD.rst>`
`Pillow documentation <https://pillow.readthedocs.io/>`

View File

@ -768,10 +768,10 @@ try:
setup(name=NAME,
version=PILLOW_VERSION,
description='Python Imaging Library (Fork)',
long_description=_read('README.md').decode('utf-8'),
long_description=_read('PyPI.rst').decode('utf-8'),
author='Alex Clark (Fork Author)',
author_email='aclark@aclark.net',
url='http://python-pillow.org',
url='https://github.com/uploadcare/pillow-simd',
classifiers=[
"Development Status :: 6 - Mature",
"Topic :: Multimedia :: Graphics",