👽 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" name = "spiderweb-framework"
version = "1.4.0" version = "1.4.0"
description = "A small web framework, just big enough for a spider." 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" readme = "README.md"
packages = [{include = "spiderweb"}] packages = [{include = "spiderweb"}]
license = "LICENSE.txt" license = "LICENSE.txt"