Skip to content

Commit ecd5d75

Browse files
committed
Fix format of pyproject.toml
1 parent 6372b04 commit ecd5d75

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

pyproject.toml

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 = "ynab"
33
version = "1.3.1"
44
description = "Official Python client for the YNAB API. API documentation available at https://api.ynab.com. Generated from server specification version 1.74.0"
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)