mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-25 09:26:16 +03:00
Merge pull request #1214 from hugovk/setup_classifiers
Add CPython/PyPy classifiers to setup.py
This commit is contained in:
commit
7d9a617517
2
setup.py
2
setup.py
|
@ -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"])],
|
||||
|
|
Loading…
Reference in New Issue
Block a user