Skip to content

Commit

Permalink
fix build system for release
Browse files Browse the repository at this point in the history
  • Loading branch information
rmorshea committed Dec 4, 2024
1 parent d5b14e4 commit a47ce10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ default-groups = ["all"]
cache-keys = [{ file = "pyproject.toml" }, { git = true }]

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

[project]
name = "pybooster"
Expand Down

0 comments on commit a47ce10

Please sign in to comment.