We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d2fa60 commit 4e1e50dCopy full SHA for 4e1e50d
pyproject.toml
@@ -42,6 +42,16 @@ repository = "https://github.com/bow/volt"
42
[project.scripts]
43
volt = "volt.cli:main"
44
45
+[build-system]
46
+requires = ["hatchling"]
47
+build-backend = "hatchling.build"
48
+
49
+[tool.hatch.build.targets.sdist]
50
+include = ["src", "tests"]
51
52
+[tool.hatch.build.targets.bdist]
53
+include = ["src"]
54
55
[dependency-groups]
56
dev = [
57
"bandit==1.*",
@@ -130,6 +140,3 @@ exclude_lines = [
130
140
"if __name__ == .__main__.:",
131
141
]
132
142
omit = ["tests/*"]
133
-
134
-[tool.distutils.bdist_wheel]
135
-universal = true
0 commit comments