diff --git a/AUTHORS b/AUTHORS new file mode 100644 index 00000000..da62efeb --- /dev/null +++ b/AUTHORS @@ -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 diff --git a/pyproject.toml b/pyproject.toml index 379a84ca..40771754 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 = "terjekv@uio.no" }, + { name = "Øyvind Hagberg", email = "oyvihag@uio.no" }, + { name = "Peder Hovdan Andresen", email = "pederhan@uio.no" }, +] +authors = [ + # Historical authors + { name = "Øyvind Kolbu", email = "oyvind.kolbu@usit.uio.no" }, + { name = "Safet A", email = "amedov@usit.uio.no" }, + { name = "Magnus Hirth", email = "mhmorgan42@gmail.com" }, + { name = "Nico", email = "nicolaydmohebi@gmail.com" }, + { name = "Marius Bakke", email = "marius.bakke@usit.uio.no" }, + { name = "Fredrik Larsen", email = "fredrik.larsen@usit.uio.no" }, + { name = "Paal Braathen", email = "paal.braathen@usit.uio.no" }, + { name = "Nils Hiorth", email = "nils@nls.me" }, + { name = "Dmytro Karpenko", email = "dmytrok@usit.uio.no" }, + { name = "Others (see AUTHORS)" }, +] + requires-python = ">=3.11" license = { file = "LICENSE" } keywords = ["mreg", "cli", "interactive"]