mirror of
https://github.com/pdxlocations/contact.git
synced 2026-03-28 17:12:35 +01:00
25 lines
730 B
TOML
25 lines
730 B
TOML
[project]
|
|
name = "contact"
|
|
version = "1.5.2"
|
|
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"}
|
|
]
|
|
license = "GPL-3.0-only"
|
|
readme = "README.md"
|
|
requires-python = ">=3.9,<3.15"
|
|
dependencies = [
|
|
"meshtastic (>=2.7.5,<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"]
|
|
build-backend = "poetry.core.masonry.api"
|
|
|
|
[tool.poetry.scripts]
|
|
contact = "contact.__main__:start"
|