Skip to content

Commit eae58d2

Browse files
committed
Add .yarnrc.yml and update pyproject.toml
1 parent a6822e0 commit eae58d2

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.yarnrc.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
nodeLinker: node-modules

{{cookiecutter.github_project_name}}/pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,9 @@ test = [
6060
[project.urls]
6161
Homepage = "https://github.com/{{ cookiecutter.github_organization_name }}/{{ cookiecutter.github_project_name }}"
6262

63+
[tool.hatch.metadata]
64+
allow-direct-references = true
65+
6366
[tool.hatch.build]
6467
artifacts = [
6568
"{{ cookiecutter.python_package_name }}/nbextension/index.*",
@@ -95,6 +98,7 @@ dependencies = [
9598
[tool.hatch.build.hooks.jupyter-builder.build-kwargs]
9699
path = "."
97100
build_cmd = "build:prod"
101+
npm = ["jlpm"]
98102

99103
[tool.tbump]
100104
field = [

0 commit comments

Comments
 (0)