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.
1 parent a6822e0 commit eae58d2Copy full SHA for eae58d2
.yarnrc.yml
@@ -0,0 +1 @@
1
+nodeLinker: node-modules
{{cookiecutter.github_project_name}}/pyproject.toml
@@ -60,6 +60,9 @@ test = [
60
[project.urls]
61
Homepage = "https://github.com/{{ cookiecutter.github_organization_name }}/{{ cookiecutter.github_project_name }}"
62
63
+[tool.hatch.metadata]
64
+allow-direct-references = true
65
+
66
[tool.hatch.build]
67
artifacts = [
68
"{{ cookiecutter.python_package_name }}/nbextension/index.*",
@@ -95,6 +98,7 @@ dependencies = [
95
98
[tool.hatch.build.hooks.jupyter-builder.build-kwargs]
96
99
path = "."
97
100
build_cmd = "build:prod"
101
+npm = ["jlpm"]
102
103
[tool.tbump]
104
field = [
0 commit comments