Skip to content

Commit

Permalink
Require setuptools 42 or later to build Bork
Browse files Browse the repository at this point in the history
Older versions are buggy on macOS; see pypa/build#108
  • Loading branch information
nbraud committed Jan 1, 2021
1 parent 9e3efc1 commit f899d31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[build-system]
# Specify the required build system.
requires = ["setuptools", "wheel"]
requires = ["setuptools > 42", "wheel"]
build-backend = "setuptools.build_meta"

[tool.bork]
Expand Down

0 comments on commit f899d31

Please sign in to comment.