Add CPython/PyPy classifiers

This commit is contained in:
hugovk 2015-05-05 00:52:56 +03:00
parent 7e02582931
commit cb6fa8a20f

View File

@ -748,6 +748,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"])],