Skip to content

Commit 8da53e0

Browse files
committed
Update pyproject template per poetry upgrade
1 parent ecd5d75 commit 8da53e0

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

templates/pyproject.mustache

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
1-
[project]
1+
[tool.poetry]
22
name = "{{{packageName}}}"
33
version = "{{{packageVersion}}}"
44
description = "{{packageDescription}} Generated from server specification version {{version}}"
5-
authors = [
6-
{name="YNAB",email="[email protected]"}
7-
]
5+
authors = ["YNAB"]
86
license = "Apache-2.0"
97
readme = "README.md"
108
keywords = ["finance", "ynab", "budgeting", "api"]

0 commit comments

Comments
 (0)