Skip to content

Commit

Permalink
Fix builds #1
Browse files Browse the repository at this point in the history
  • Loading branch information
flozz committed Nov 22, 2024
1 parent 00cdea4 commit 1c7b401
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
[build-system]
requires = ["setuptools"]
requires = [
"setuptools",
# ↓ See: https://github.com/pypa/distutils/issues/283
"setuptools<72; implementation_name=='pypy'",
# ↓ See https://github.com/wanadev/mozjpeg-lossless-optimization/issues/26
"setuptools<74; platform_system=='Windows' and implementation_name=='pypy'",
]
build-backend = "setuptools.build_meta"

0 comments on commit 1c7b401

Please sign in to comment.