Skip to content

Commit

Permalink
CI: add build-system
Browse files Browse the repository at this point in the history
  • Loading branch information
olivierverdier committed Sep 27, 2024
1 parent feda8e1 commit 97bec1a
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 @@ -13,6 +13,10 @@ dependencies = [
readme = "README.md"
license = {file = "LICENSE"}

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

[tool.pytest.ini_options]
pythonpath = [
"."
Expand Down

0 comments on commit 97bec1a

Please sign in to comment.