From 769e33f4cf3da2f087275b2c9c8b4d6a1bee5793 Mon Sep 17 00:00:00 2001 From: Kim Diallo Date: Sat, 3 Jan 2026 02:05:17 +0100 Subject: [PATCH] pyproject.toml aktualisiert --- pyproject.toml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b455952..d4775e0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,13 @@ 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"} +] +license = {text = "MIT"} +readme = "README.md" requires-python = ">=3.9" + dependencies = [ "Flask", "GitPython", @@ -21,4 +27,7 @@ blog-cli = "dlw.commands:main" [tool.setuptools] package-dir = {"" = "src"} -packages = ["dlw"] \ No newline at end of file +packages = ["dlw"] + +[tool.setuptools.package-data] +"dlw" = ["ssg_config/*", "ssg_config/templates/*"] \ No newline at end of file