my eye

Fix whitespace in pyproject.toml

Committed f9bd3c

--- a/pyproject.toml
+++ b/pyproject.toml

 description = "stream from your website"
 authors = ["Angelo Gladding <angelo@ragt.ag>"]
 license = "AGPL-3.0-or-later"
-packages = [{include = "webint_live"}]
+packages = [{include="webint_live"}]
 
 [tool.poetry.plugins."webapps"]
 live = "webint_live:app"