mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-12 02:06:18 +03:00
Move some static config to setup.cfg
This commit is contained in:
parent
509dbf7757
commit
7d8b2fb19c
|
@ -34,7 +34,11 @@ project_urls =
|
||||||
Twitter=https://twitter.com/PythonPillow
|
Twitter=https://twitter.com/PythonPillow
|
||||||
|
|
||||||
[options]
|
[options]
|
||||||
|
packages = PIL
|
||||||
python_requires = >=3.7
|
python_requires = >=3.7
|
||||||
|
include_package_data = True
|
||||||
|
package_dir =
|
||||||
|
= src
|
||||||
|
|
||||||
[options.extras_require]
|
[options.extras_require]
|
||||||
docs =
|
docs =
|
||||||
|
|
3
setup.py
3
setup.py
|
@ -999,9 +999,6 @@ try:
|
||||||
version=PILLOW_VERSION,
|
version=PILLOW_VERSION,
|
||||||
cmdclass={"build_ext": pil_build_ext},
|
cmdclass={"build_ext": pil_build_ext},
|
||||||
ext_modules=ext_modules,
|
ext_modules=ext_modules,
|
||||||
include_package_data=True,
|
|
||||||
packages=["PIL"],
|
|
||||||
package_dir={"": "src"},
|
|
||||||
zip_safe=not (debug_build() or PLATFORM_MINGW),
|
zip_safe=not (debug_build() or PLATFORM_MINGW),
|
||||||
)
|
)
|
||||||
except RequiredDependencyException as err:
|
except RequiredDependencyException as err:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user