Skip to content

Commit

Permalink
Try setuptools rather than Hatchling pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
jkiviluo authored Nov 27, 2024
1 parent 1f90183 commit 192592f
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"

[tool.hatch.metadata]
allow-direct-references = true
requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"

[project]
name = "flextool"
Expand Down

0 comments on commit 192592f

Please sign in to comment.