Skip to content

Commit 730dc87

Browse files
authored
Fix pip install without build isolation (#25)
1 parent 85a2874 commit 730dc87

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,8 @@ build-function = "hatch_jupyter_builder.npm_builder"
8484
[[tool.hatch.build.hooks.build-scripts.scripts]]
8585
work_dir = "."
8686
commands = ['python scripts/write_version.py']
87-
artifacts = [
88-
"bqplot_gl/_version.py"
89-
]
87+
# _version.py is already mentioned in top-level build artifact
88+
artifacts = []
9089

9190
[tool.hatch.build.hooks.jupyter-builder.build-kwargs]
9291
path = "."

0 commit comments

Comments
 (0)