Skip to content

Commit

Permalink
Define build-system
Browse files Browse the repository at this point in the history
  • Loading branch information
CarloLepelaars committed Sep 30, 2024
1 parent f1d4735 commit 10f92d6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,7 @@ select = ["E", "F", "I"]
[tool.poetry]
packages = [{include = "numerblox", from = "src"}]
exclude = ["site"]

[build-system]
requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"

0 comments on commit 10f92d6

Please sign in to comment.