From bc3c2c9ce4e5b5782eb0e916445935e1f831a2de Mon Sep 17 00:00:00 2001 From: Lukas Plank Date: Tue, 22 Oct 2024 13:02:41 +0200 Subject: [PATCH] docs: Add author information to pyproject.toml --- pyproject.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a6feba8..ee5a8e4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,10 @@ name = "rdfproxy" version = "0.1.0" description = "" -authors = ["Your Name "] +authors = [ + "Birger Schacht ", + "Lukas Plank " +] readme = "README.md" [tool.poetry.dependencies]