Skip to content

Commit 129ed9f

Browse files
Configure hatch for building wheel (#29)
1 parent 96dd42c commit 129ed9f

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,7 @@ path = "ypywidgets/__init__.py"
3939
include = [
4040
"/ypywidgets",
4141
]
42+
43+
[tool.hatch.build.targets.wheel]
44+
ignore-vcs = true
45+
packages = ["ypywidgets"]

0 commit comments

Comments
 (0)