add home page

This commit is contained in:
pdxlocations
2025-04-01 22:04:16 -07:00
parent 25f388ed23
commit 9e3b684a5f
+4 -1
View File
@@ -3,7 +3,7 @@ name = "contact"
version = "1.3.0"
description = "This Python curses client for Meshtastic is a terminal-based client designed to manage device settings, enable mesh chat communication, and handle configuration backups and restores."
authors = [
{name = "Ben Lipsey",email = "ben@pdxlocations.com"}
{name = "Ben Lipsey",email = "ben@pdxlocations.com"},
]
license = "GPL-3.0-only"
readme = "README.md"
@@ -12,6 +12,9 @@ dependencies = [
"meshtastic (>=2.6.0,<3.0.0)"
]
[project.urls]
Homepage = "https://github.com/pdxlocations/contact"
Issues = "https://github.com/pdxlocations/contact/issues"
[build-system]
requires = ["poetry-core>=2.0.0,<3.0.0"]