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 255d312 commit 43c86b8Copy full SHA for 43c86b8
{{cookiecutter.project_name}}/pyproject.toml
@@ -61,11 +61,13 @@ Homepage = "{{ cookiecutter.url }}"
61
Discussions = "{{ cookiecutter.url }}/discussions"
62
Changelog = "{{ cookiecutter.url }}/releases"
63
64
+{%- if cookiecutter.backend == "hatch" %}
65
[tool.hatch]
66
version.path = "src/{{ cookiecutter.__project_slug }}/__init__.py"
67
envs.default.dependencies = [
68
"pybamm",
69
]
70
+{%- endif %}
71
72
[tool.coverage]
73
run.source = ["{{ cookiecutter.__project_slug }}"]
0 commit comments