my eye

Update pyproject.toml

Committed f1fbe7

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

+[build-system]
+requires = ["poetry-core>=1.0.0"]
+build-backend = "poetry.core.masonry.api"
+
 [tool.poetry]
 name = "webint-owner"
 version = "0.0.23"
 [tool.poetry.plugins."webapps"]
 owner = "webint_owner:app"
 
+[[tool.poetry.source]]
+name = "main"
+url = "https://ragt.ag/code/pypi"
+
 [tool.poetry.dependencies]
 python = ">=3.10,<3.11"
 webint = ">=0.0"
 webagt = {path="../webagt", develop=true}
 webint = {path="../webint", develop=true}
 microformats = {path="../python-microformats", develop=true}
-
-# [[tool.poetry.source]]
-# name = "main"
-# url = "https://ragt.ag/code/pypi"
-
-[build-system]
-requires = ["poetry-core>=1.0.0"]
-build-backend = "poetry.core.masonry.api"