mirror of
https://github.com/pdxlocations/contact.git
synced 2026-04-30 10:32:39 +02:00
Compare commits
5 Commits
close-inte
...
1.4.10
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f11f7bb9e0 | ||
|
|
ecd2d2d692 | ||
|
|
bdae90ecca | ||
|
|
56637f806b | ||
|
|
c6abedec75 |
@@ -1,15 +1,15 @@
|
|||||||
[project]
|
[project]
|
||||||
name = "contact"
|
name = "contact"
|
||||||
version = "1.4.6"
|
version = "1.4.10"
|
||||||
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."
|
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 = [
|
authors = [
|
||||||
{name = "Ben Lipsey",email = "ben@pdxlocations.com"}
|
{name = "Ben Lipsey",email = "ben@pdxlocations.com"}
|
||||||
]
|
]
|
||||||
license = "GPL-3.0-only"
|
license = "GPL-3.0-only"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
requires-python = ">=3.9,<3.14"
|
requires-python = ">=3.9,<3.15"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"meshtastic (>=2.6.0,<3.0.0)"
|
"meshtastic (>=2.7.5,<3.0.0)"
|
||||||
]
|
]
|
||||||
|
|
||||||
[project.urls]
|
[project.urls]
|
||||||
|
|||||||
Reference in New Issue
Block a user