1
0
forked from iarv/contact

Compare commits

..

3 Commits

Author SHA1 Message Date
pdxlocations
bdae90ecca allow python 3.14 and bump ver. 2026-01-02 14:25:54 -08:00
pdxlocations
56637f806b bump version 2025-12-26 23:32:06 -08:00
pdxlocations
c6abedec75 Merge pull request #237 from pdxlocations:close-interface
close the interface on quit
2025-12-27 02:26:28 -05:00

View File

@@ -1,13 +1,13 @@
[project]
name = "contact"
version = "1.4.6"
version = "1.4.8"
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.14"
requires-python = ">=3.9,<4.0"
dependencies = [
"meshtastic (>=2.6.0,<3.0.0)"
]