We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fbaf3df + 8c7129f commit 4d590f3Copy full SHA for 4d590f3
1 file changed
pyproject.toml
@@ -120,6 +120,10 @@ include = [
120
"js/install.json", # used by Jupyter extension
121
]
122
123
+[tool.hatch.build.targets.wheel]
124
+# Prevent js/ directory from being installed as top-level package
125
+exclude = ["js"]
126
+
127
[tool.hatch.build.targets.wheel.shared-data]
128
# Specify files from this package which will be copied to the user's system on install
129
# This is how the jupyterlab extension gets installed
0 commit comments