pyproject.toml: set authors

This commit is contained in:
2026-01-06 17:03:51 +09:00
parent 4ed68ff05c
commit 1733843b77

View File

@@ -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"