👽 fix config for poetry 2

This commit is contained in:
Joe Kaufeld 2025-06-07 19:34:01 -04:00
parent 3caf7cdb0b
commit 223c7f3cc6

View file

@ -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 <opensource@joekaufeld.com>"]
authors = [{name="Joe Kaufeld", email="opensource@joekaufeld.com"}]
readme = "README.md"
packages = [{include = "spiderweb"}]
license = "LICENSE.txt"