Skip to content

Commit

Permalink
pyproject.toml: specify build system
Browse files Browse the repository at this point in the history
  • Loading branch information
tvandera committed Jun 11, 2024
1 parent e9df187 commit 017ee95
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 @@ -38,6 +38,10 @@ requires-python = ">=3.6"
[project.urls]
Homepage = "https://github.com/tvandera/h5sparse"

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

# pyproject.toml
[tool.pytest.ini_options]
python_classes = "Test*"
Expand Down

0 comments on commit 017ee95

Please sign in to comment.