From 223c7f3cc6d75c46d9c559306185db07a3e2cf06 Mon Sep 17 00:00:00 2001 From: Joe Kaufeld Date: Sat, 7 Jun 2025 19:34:01 -0400 Subject: [PATCH] :alien: fix config for poetry 2 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 70f6a75..88ee2ee 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,8 +1,8 @@ -[tool.poetry] +[project] name = "spiderweb-framework" version = "1.4.0" description = "A small web framework, just big enough for a spider." -authors = ["Joe Kaufeld "] +authors = [{name="Joe Kaufeld", email="opensource@joekaufeld.com"}] readme = "README.md" packages = [{include = "spiderweb"}] license = "LICENSE.txt"