Skip to content

Commit 5c228e9

Browse files
committed
Add project name to pyproject.toml mustache file
Fix for new poetry version Signed-off-by: Alexander Dahmen <alexander.dahmen@inovex.de>
1 parent 07ae963 commit 5c228e9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

templates/python/pyproject.mustache

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
[project]
2+
name = "{{{pythonPackageName}}}"
3+
14
[tool.poetry]
25
name = "{{{pythonPackageName}}}"
36
version = "v0.0.1a"

0 commit comments

Comments
 (0)