Skip to content

Commit b47711d

Browse files
Add ignore-vcs for conda-forge workaround (#33)
1 parent 9bdc3e4 commit b47711d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,7 @@ dev = [
3131
"pytest",
3232
"pytest-asyncio",
3333
]
34+
35+
[tool.hatch.build.targets.wheel]
36+
ignore-vcs = true
37+
packages = ["src/ypywidgets"]

0 commit comments

Comments
 (0)