Skip to content

Commit 92e99e8

Browse files
authored
Merge c4c81fe into c65c167
2 parents c65c167 + c4c81fe commit 92e99e8

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,14 @@ requires = ["hatchling", "hatch-vcs"]
5959

6060
[tool.hatch.build.targets.wheel]
6161
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+
# https://github.com/RedHatQE/widgetastic.core/issues/230
68+
strict-naming = false
69+
6270

6371
[tool.hatch.version]
6472
source = "vcs"

0 commit comments

Comments
 (0)