Skip to content

Commit

Permalink
RC8: Packaging: fix author parsing quirk
Browse files Browse the repository at this point in the history
  • Loading branch information
cbueth committed Apr 22, 2024
1 parent 84cfe9d commit ba93054
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ build-backend = "setuptools.build_meta"
[project]
name = "superblockify"
authors = [
{ name = "Carlson Büth", email = "[email protected]" },
{ name = "Carlson Büth" },
{ name = "Anastassia Vybornova" },
{ name = "Michael Szell" },
]
maintainers = [{ name = "superblockify contributors" }]
maintainers = [{ name = "Carlson Büth", email = "[email protected]" }]
license = { text = "APGL-3.0-or-later" }
readme = "README.md"
description = "Automated Generation, Visualization, and Analysis of potential Superblocks in Cities"
Expand Down

0 comments on commit ba93054

Please sign in to comment.