We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa52300 commit be82e5fCopy full SHA for be82e5f
pyproject.toml
@@ -1,6 +1,9 @@
1
[build-system]
2
-requires = ["setuptools", "setuptools-scm"]
3
-build-backend = "setuptools.build_meta"
+requires = ["hatchling", "hatch-vcs"]
+build-backend = "hatchling.build"
4
+
5
+[tool.hatch.version]
6
+source = "vcs"
7
8
[project]
9
name = "mudder"
0 commit comments