Skip to content

Commit

Permalink
Fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
kkinder committed Jun 2, 2024
1 parent 31c1f36 commit aef80c4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ authors = ["Ken Kinder <[email protected]>"]
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"]
Expand All @@ -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"

0 comments on commit aef80c4

Please sign in to comment.