Merge pull request #1214 from hugovk/setup_classifiers

Add CPython/PyPy classifiers to setup.py
This commit is contained in:
wiredfool 2015-06-16 11:50:17 -07:00
commit 7d9a617517

View File

@ -741,6 +741,8 @@ setup(
"Programming Language :: Python :: 3.2",
"Programming Language :: Python :: 3.3",
"Programming Language :: Python :: 3.4",
'Programming Language :: Python :: Implementation :: CPython',
'Programming Language :: Python :: Implementation :: PyPy',
],
cmdclass={"build_ext": pil_build_ext},
ext_modules=[Extension("PIL._imaging", ["_imaging.c"])],