From 1733843b772dc0055f0182155c9a105bccd7a858 Mon Sep 17 00:00:00 2001 From: h7x4 Date: Tue, 6 Jan 2026 17:03:51 +0900 Subject: [PATCH] pyproject.toml: set `authors` --- pyproject.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b6eb75e..977d375 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,9 @@ build-backend = "setuptools.build_meta" [project] name = "dibbler" version = "1.0.0" -authors = [] +authors = [ + { name = "Programvareverkstedet", email = "projects@pvv.ntnu.no" } +] description = "EDB-system for PVV" readme = "README.md" requires-python = ">=3.11"