Skip to content

Commit

Permalink
Use Hatchling instead of setuptools
Browse files Browse the repository at this point in the history
  • Loading branch information
rht committed Jun 27, 2024
1 parent ee8b8ab commit 8a0783f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[build-system]
requires = ["setuptools"]
build-backend = "setuptools.build_meta"
requires = ["hatchling"]
build-backend = "hatchling.build"

[project]
name = "mesa_frames"
Expand All @@ -9,7 +9,7 @@ description = "An extension to the Mesa framework which uses pandas/Polars DataF
authors = [
{ name = "Adam Amer" },
]
license = { text = "MIT License" }
license = { text = "MIT" }

[tool.setuptools.packages.find]
where = ["mesa_frames"]
[tool.hatch.build.targets.wheel]
packages = ["mesa_frames"]

0 comments on commit 8a0783f

Please sign in to comment.