👽 fix config for poetry 2
This commit is contained in:
parent
3caf7cdb0b
commit
223c7f3cc6
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue