Skip to content

Commit

Permalink
switch build to hatchling (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
d-chambers authored Dec 17, 2024
1 parent 0bdccf5 commit d9bf709
Showing 1 changed file with 4 additions and 13 deletions.
17 changes: 4 additions & 13 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,11 @@
# --- Build system configuration

[build-system]
requires = [ "setuptools>=41",]
build-backend = "setuptools.build_meta"

[tool.setuptools-git-versioning]
enabled = true

[tool.setuptools.packages.find]
where = ["src"]

[tool.setuptools]
include-package-data = true

[tool.setuptools_scm] # this empty section enables the tool
requires = ["hatchling"]
build-backend = "hatchling.build"

[tool.hatch.build.targets.wheel]
packages = ["src/unidas.py"]

# --- Project Metadata

Expand Down

0 comments on commit d9bf709

Please sign in to comment.