Skip to content

Commit 3759018

Browse files
committed
Fix project file to ruff's liking.
1 parent 4faa3b5 commit 3759018

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

python/selfie-lib/pyproject.toml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,13 @@
22
name = "selfie-lib"
33
version = "0.1.0"
44
description = "Infrastructure for creating selfie-compatible test runner plugins."
5-
authors = ["Selina Delgado <[email protected]>","Harvir Sahota <[email protected]>","Ned Twigg <[email protected]>","Edwin Ye <[email protected]>"]
5+
authors = [
6+
{ name = "Edwin Ye", email = "[email protected]" },
7+
{ name = "Harvir Sahota", email = "[email protected]" },
8+
{ name = "Ned Twigg", email = "[email protected]" },
9+
{ name = "Selina Delgado", email = "[email protected]"}
10+
]
11+
612
license = "Apache-2.0"
713
readme = "README.md"
814
requires-python = ">=3.9"

0 commit comments

Comments
 (0)