Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
gerlero committed Dec 4, 2024
1 parent 4215fdc commit aeec6c2
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[build-system]
requires = ["setuptools>=61.2"]
build-backend = "setuptools.build_meta"
requires = ["hatchling"]
build-backend = "hatchling.build"

[project]
name = "foamlib"
Expand Down Expand Up @@ -70,11 +70,8 @@ Homepage = "https://github.com/gerlero/foamlib"
Repository = "https://github.com/gerlero/foamlib"
Documentation = "https://foamlib.readthedocs.io"

[tool.setuptools.dynamic]
version = {attr = "foamlib.__version__"}

[tool.setuptools.package-data]
"foamlib" = ["py.typed"]
[tool.hatch.version]
path = "foamlib/__init__.py"

[tool.mypy]
packages = [
Expand Down

0 comments on commit aeec6c2

Please sign in to comment.