Skip to content

Commit 0f322cc

Browse files
committed
update author, maintainers format
1 parent 666e455 commit 0f322cc

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

pyproject.toml

+6-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,12 @@
22
name = "py_jwt_cpp"
33
requires-python = ">=3.8"
44
version = "0.1.0"
5-
authors = ["Yanghsing Lin <[email protected]>"]
6-
maintainers = ["Yanghsing Lin <[email protected]>"]
5+
authors = [
6+
{name = "Yanghsing Lin", email = "[email protected]"}
7+
]
8+
maintainers = [
9+
{name = "Yanghsing Lin", email = "[email protected]"}
10+
]
711

812
[tool.poetry]
913
name = "py_jwt_cpp"

0 commit comments

Comments
 (0)