diff --git a/pyproject.toml b/pyproject.toml index 3d7d045..3ff6e4a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,6 @@ authors = ["Ken Kinder "] readme = "README.md" homepage = "https://puepy.dev/" repository = "https://github.com/kkinder/puepy" -issues = "https://github.com/kkinder/puepy/issues" documentation = "https://docs.puepy.dev/" license = "Apache-2.0" keywords = ["pyscript", "webassembly", "frontend", "framework", "reactive"] @@ -28,3 +27,6 @@ python = "^3.9" [build-system] requires = ["poetry-core"] build-backend = "poetry.core.masonry.api" + +[tools.poetry.urls] +issues = "https://github.com/kkinder/puepy/issues"