From ded91f1b10d71be3ec0869560d2f1615645d1721 Mon Sep 17 00:00:00 2001 From: Kim Diallo Date: Sat, 3 Jan 2026 02:44:49 +0100 Subject: [PATCH] pyproject.toml aktualisiert --- pyproject.toml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index d4775e0..3dbe2df 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,13 +6,10 @@ build-backend = "setuptools.build_meta" name = "forgejo-blog-manager" version = "0.1.3" description = "Blog-Manager für Uberspace 8 mit Marvin API und Pelican" -authors = [ - {name = "Ihre Autorin", email = "autorin@example.com"} -] +authors = [{name = "Ihre Autorin", email = "autorin@example.com"}] license = {text = "MIT"} readme = "README.md" requires-python = ">=3.9" - dependencies = [ "Flask", "GitPython",