Skip to content

Commit

Permalink
Set strict-naming=false for hatch
Browse files Browse the repository at this point in the history
wheel and sdist target options for strict-naming will build a wheel using the project name
and unblock warehouse naming limitations from #230
  • Loading branch information
mshriver committed Jul 3, 2023
1 parent c65c167 commit c4c81fe
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 c4c81fe

Please sign in to comment.