Skip to content

Commit 6a25db6

Browse files
committed
pyproject: use correct id for author field
1 parent c0e0894 commit 6a25db6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
55
[project]
66
name = "pkgcraft"
77
description = "python bindings for pkgcraft"
8-
authors = [{author = "Tim Harder", email = "radhermit@gmail.com"}]
8+
authors = [{name = "Tim Harder", email = "radhermit@gmail.com"}]
99
requires-python = ">=3.9"
1010
keywords = ["gentoo", "cython"]
1111
license = {text = "MIT"}

0 commit comments

Comments
 (0)