Skip to content

Commit 44e5175

Browse files
committed
fix: use package_name variable instead of name in pyproject template
The change ensures consistency with the package naming convention used throughout the template by using package_name instead of name.
1 parent f399d3a commit 44e5175

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template/pyproject.toml.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ channels = ["conda-forge"]
9292
platforms = ["linux-64"]
9393

9494
[tool.pixi.pypi-dependencies]
95-
"{{ name }}" = { editable = true, path = "." }
95+
"{{ package_name }}" = { editable = true, path = "." }
9696

9797
[tool.pixi.system-requirements]
9898
cuda = "12"

0 commit comments

Comments
 (0)