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 60d285e commit 07a74d9Copy full SHA for 07a74d9
pyproject.toml
@@ -52,7 +52,7 @@ test = [
52
requires = ["hatchling"]
53
build-backend = "hatchling.build"
54
55
-[tool.hatch.build]
+[tool.hatch.build.targets.wheel]
56
packages = ["src/fev"]
57
58
[tool.hatch.version]
src/fev/__about__.py
@@ -1 +1 @@
1
-__version__ = "0.0.1a1"
+__version__ = "0.0.1a2"
0 commit comments