Skip to content

Commit ce69fc2

Browse files
committed
Fix author format in pyproject.toml
1 parent b9ca11c commit ce69fc2

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,12 @@ build-backend = "hatchling.build"
55
[project]
66
name = "cytovanni"
77
authors = [
8-
"Valentin Wüst <valentin.wuest@bioquant.uni-heidelberg.de>",
9-
"Simon Anders <simon.anders@bioquant.uni-heidelberg.de>",
8+
{ name = "Valentin Wüst", email = "valentin.wuest@bioquant.uni-heidelberg.de" },
9+
{ name = "Simon Anders", email = "simon.anders@bioquant.uni-heidelberg.de" },
10+
]
11+
maintainers = [
12+
{ name = "Valentin Wüst", email = "valentin.wuest@bioquant.uni-heidelberg.de" },
1013
]
11-
maintainers = ["Valentin Wüst <valentin.wuest@bioquant.uni-heidelberg.de>"]
1214
dynamic = ["version"]
1315
description = "Computational Standardization of Flow Cytometry Data"
1416
readme = "README.md"

0 commit comments

Comments
 (0)