👽 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"
|
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"
|
||||||
|
|
Loading…
Add table
Reference in a new issue