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"