Skip to content

Commit 4be88da

Browse files
committed
Fix typo in maintainers
1 parent 008d266 commit 4be88da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ readme = "README.rst"
55
requires-python = ">=3.8"
66
license = { text = "Apache Software License" }
77
authors = [{ name = "Andrey Kislyuk"}, {email = "kislyuk@gmail.com" }]
8-
authors = [{ name = "Andrey Kislyuk"}, {email = "kislyuk@gmail.com" }]
8+
maintainers = [{ name = "Andrey Kislyuk"}, {email = "kislyuk@gmail.com" }]
99
dynamic = ["version"]
1010
classifiers = [
1111
"Intended Audience :: Developers",

0 commit comments

Comments
 (0)