Skip to content

Commit

Permalink
Switch to hatchling due to setuptools issue with License-File
Browse files Browse the repository at this point in the history
  • Loading branch information
sciyoshi committed Mar 2, 2025
1 parent fa52300 commit be82e5f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
[build-system]
requires = ["setuptools", "setuptools-scm"]
build-backend = "setuptools.build_meta"
requires = ["hatchling", "hatch-vcs"]
build-backend = "hatchling.build"

[tool.hatch.version]
source = "vcs"

[project]
name = "mudder"
Expand Down

0 comments on commit be82e5f

Please sign in to comment.