Skip to content

Commit

Permalink
Merge pull request #240 from mshriver/build-dot-wheel
Browse files Browse the repository at this point in the history
Set strict-naming=false for hatch
  • Loading branch information
mshriver authored Jul 3, 2023
2 parents c65c167 + c4c81fe commit 45d3117
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,14 @@ requires = ["hatchling", "hatch-vcs"]

[tool.hatch.build.targets.wheel]
packages = ["src/widgetastic"]
# https://github.com/RedHatQE/widgetastic.core/issues/230
strict-naming = false

[tool.hatch.build.targets.sdist]
packages = ["src/widgetastic"]
# https://github.com/RedHatQE/widgetastic.core/issues/230
strict-naming = false


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

0 comments on commit 45d3117

Please sign in to comment.