Skip to content

Commit be82e5f

Browse files
committed
Switch to hatchling due to setuptools issue with License-File
pypa/setuptools#4759
1 parent fa52300 commit be82e5f

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

pyproject.toml

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
[build-system]
2-
requires = ["setuptools", "setuptools-scm"]
3-
build-backend = "setuptools.build_meta"
2+
requires = ["hatchling", "hatch-vcs"]
3+
build-backend = "hatchling.build"
4+
5+
[tool.hatch.version]
6+
source = "vcs"
47

58
[project]
69
name = "mudder"

0 commit comments

Comments
 (0)