We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c65c167 + c4c81fe commit 92e99e8Copy full SHA for 92e99e8
1 file changed
pyproject.toml
@@ -59,6 +59,14 @@ requires = ["hatchling", "hatch-vcs"]
59
60
[tool.hatch.build.targets.wheel]
61
packages = ["src/widgetastic"]
62
+# https://github.com/RedHatQE/widgetastic.core/issues/230
63
+strict-naming = false
64
+
65
+[tool.hatch.build.targets.sdist]
66
+packages = ["src/widgetastic"]
67
68
69
70
71
[tool.hatch.version]
72
source = "vcs"
0 commit comments