Skip to content

Commit

Permalink
Add authors to pyproject.toml (#263)
Browse files Browse the repository at this point in the history
* Add authors to pyproject.toml

* Add historical authors

* Add AUTHORS file
  • Loading branch information
pederhan authored Jun 12, 2024
1 parent 98cf819 commit 7485ec1
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
12 changes: 12 additions & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
Dmytro Karpenko
Fredrik Larsen
Magnus Hirth
Marius Bakke
Nico
Nils Hiorth
Paal Braathen
Peder Hovdan Andresen
Safet Amedov
Terje Kvernes
Øyvind Hagberg
Øyvind Kolbu
20 changes: 20 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,26 @@ build-backend = "setuptools.build_meta"
name = "mreg-cli"
description = "MREG interactive command line client"
readme = "README.md"
maintainers = [
# Active maintainers
{ name = "Terje Kvernes", email = "[email protected]" },
{ name = "Øyvind Hagberg", email = "[email protected]" },
{ name = "Peder Hovdan Andresen", email = "[email protected]" },
]
authors = [
# Historical authors
{ name = "Øyvind Kolbu", email = "[email protected]" },
{ name = "Safet A", email = "[email protected]" },
{ name = "Magnus Hirth", email = "[email protected]" },
{ name = "Nico", email = "[email protected]" },
{ name = "Marius Bakke", email = "[email protected]" },
{ name = "Fredrik Larsen", email = "[email protected]" },
{ name = "Paal Braathen", email = "[email protected]" },
{ name = "Nils Hiorth", email = "[email protected]" },
{ name = "Dmytro Karpenko", email = "[email protected]" },
{ name = "Others (see AUTHORS)" },
]

requires-python = ">=3.11"
license = { file = "LICENSE" }
keywords = ["mreg", "cli", "interactive"]
Expand Down

0 comments on commit 7485ec1

Please sign in to comment.