diff --git a/pyproject.toml b/pyproject.toml index 3798286..1e3c58d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"]