Skip to content

Commit

Permalink
build: Switch to setuptools as build backend
Browse files Browse the repository at this point in the history
  • Loading branch information
maximilian-kruse committed Jan 19, 2025
1 parent eb3b8ff commit 6623802
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,19 +52,13 @@ dev = [

# --------------------------------------------------------------------------------------------------
[build-system]
build-backend = "hatchling.build"
requires = ["hatchling", "uv-dynamic-versioning"]
requires = ["setuptools", "setuptools-scm", "wheel"]
build-backend = "setuptools.build_meta"

[tool.uv]
environments = ["sys_platform == 'linux'"]
cache-keys = [{ git = { commit = true, tags = true } }]

[tool.hatch.version]
source = "uv-dynamic-versioning"

[tool.uv-dynamic-versioning]
vsc = "git"
style = "semver"

# --------------------------------------------------------------------------------------------------
[tool.ruff]
Expand Down

0 comments on commit 6623802

Please sign in to comment.