Skip to content

Commit

Permalink
Configure hatch for building wheel (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbrochart authored Jun 26, 2024
1 parent 96dd42c commit 129ed9f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,7 @@ path = "ypywidgets/__init__.py"
include = [
"/ypywidgets",
]

[tool.hatch.build.targets.wheel]
ignore-vcs = true
packages = ["ypywidgets"]

0 comments on commit 129ed9f

Please sign in to comment.