Skip to content

Commit

Permalink
Fix autor order
Browse files Browse the repository at this point in the history
  • Loading branch information
codingjoe committed Sep 5, 2023
1 parent 2737d1c commit 25624b8
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,9 +5,9 @@ build-backend = "flit_scm:buildapi"
[project]
name = "django-citext"
authors = [
{ name = "Rust Saiargaliev", email = "fly.amureki@gmail.com" },
{ name = "Johannes Maron", email = "johannes@maron.family" },
{ name = "Jörg Benesch", email = "benesch.joerg@gmail.com" }
{ name = "Jörg Benesch", email = "benesch.joerg@gmail.com" },
{ name = "Rust Saiargaliev", email = "fly.amureki@gmail.com" }
]
readme = "README.md"
license = { file = "LICENSE" }
Expand Down

0 comments on commit 25624b8

Please # to comment.