Skip to content

Commit

Permalink
Merge pull request #6570 from hugovk/setup.py-to-cfg
Browse files Browse the repository at this point in the history
Move some static config to setup.cfg
  • Loading branch information
radarhere committed Sep 13, 2022
2 parents 509dbf7 + 7d8b2fb commit 53664c5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 4 additions & 0 deletions setup.cfg
Expand Up @@ -34,7 +34,11 @@ project_urls =
Twitter=https://twitter.com/PythonPillow

[options]
packages = PIL
python_requires = >=3.7
include_package_data = True
package_dir =
= src

[options.extras_require]
docs =
Expand Down
3 changes: 0 additions & 3 deletions setup.py
Expand Up @@ -999,9 +999,6 @@ def debug_build():
version=PILLOW_VERSION,
cmdclass={"build_ext": pil_build_ext},
ext_modules=ext_modules,
include_package_data=True,
packages=["PIL"],
package_dir={"": "src"},
zip_safe=not (debug_build() or PLATFORM_MINGW),
)
except RequiredDependencyException as err:
Expand Down

0 comments on commit 53664c5

Please sign in to comment.