mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-06-05 21:53:15 +03:00
Add provides PIL
Testing http://www.python.org/dev/peps/pep-0426/#provides
This commit is contained in:
parent
40513b8a09
commit
6d8c6f582a
3
setup.py
3
setup.py
|
@ -581,6 +581,9 @@ setup(
|
||||||
ext_modules=[Extension("PIL._imaging", ["_imaging.c"])],
|
ext_modules=[Extension("PIL._imaging", ["_imaging.c"])],
|
||||||
include_package_data=True,
|
include_package_data=True,
|
||||||
packages=find_packages(),
|
packages=find_packages(),
|
||||||
|
provides=[
|
||||||
|
'PIL'
|
||||||
|
],
|
||||||
scripts=glob.glob("Scripts/pil*.py"),
|
scripts=glob.glob("Scripts/pil*.py"),
|
||||||
keywords=["Imaging",],
|
keywords=["Imaging",],
|
||||||
license='Standard PIL License',
|
license='Standard PIL License',
|
||||||
|
|
Loading…
Reference in New Issue
Block a user