Skip to content

Commit 04e594e

Browse files
committed
fix author
1 parent 98dff38 commit 04e594e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
name = "fast-version"
33
description = "Fastapi versioning package with accept header"
44
authors = [
5-
{ email = "me@shiriev.ru" },
6-
{ name = "Artur Shiriev"}
5+
{ name = "Artur Shiriev", email = "me@shiriev.ru" },
76
]
87
readme = "README.md"
98
requires-python = ">=3.10,<4"

0 commit comments

Comments
 (0)