Update pyproject.toml
Committed 170a94
--- a/pyproject.toml
+++ b/pyproject.toml
+[build-system]
+requires = ["poetry-core>=1.0.0"]
+build-backend = "poetry.core.masonry.api"
+
[tool.poetry]
name = "webagt"
version = "0.1.2"
description = "a web agent"
-homepage = "https://ragt.ag/code/webagt"
+homepage = "https://ragt.ag/code/projects/webagt"
authors = ["Angelo Gladding <angelo@ragt.ag>"]
license = "BSD-2-Clause"
[tool.poetry.scripts]
webagt = "web.__main__:main"
+[[tool.poetry.source]]
+name = "main"
+url = "https://ragt.ag/code/pypi"
+
[tool.poetry.dependencies]
python = ">=3.10,<3.11"
txtint = ">=0.0.68"
sqlyte = {path="../sqlyte", develop=true}
easyuri = {path="../easyuri", 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"