Skip to content

Commit

Permalink
another test...
Browse files Browse the repository at this point in the history
  • Loading branch information
flozz committed Nov 21, 2024
1 parent 0babf22 commit d42e622
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[build-system]
requires = ["setuptools!=74"]
requires = [
"setuptools;platform_system!='Windows'",
"setuptools<74;platform_system=='Windows'",
]
build-backend = "setuptools.build_meta"

0 comments on commit d42e622

Please sign in to comment.