Skip to content

Commit b014ac2

Browse files
committed
hardcode author mail
1 parent de7a4ab commit b014ac2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/python/pyproject.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "{{{pythonPackageName}}}"
33
version = "v0.0.1a"
44
authors = [
5-
"{{infoName}}{{^infoName}}STACKIT Developer Tools{{/infoName}} <{{infoEmail}}{{^infoEmail}}[email protected]{{/infoEmail}}>",
5+
"STACKIT Developer Tools <developer-tools@stackit.cloud>",
66
]
77
description = "{{{appName}}}"
88
readme = "README.md"

0 commit comments

Comments
 (0)