From b47711d8fc4c6ebf5904b2e7680022af95e294ec Mon Sep 17 00:00:00 2001 From: David Brochart Date: Fri, 13 Sep 2024 09:33:36 +0200 Subject: [PATCH] Add ignore-vcs for conda-forge workaround (#33) --- pyproject.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index c4eb829..a96a70b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,3 +31,7 @@ dev = [ "pytest", "pytest-asyncio", ] + +[tool.hatch.build.targets.wheel] +ignore-vcs = true +packages = ["src/ypywidgets"]