mirror of
https://github.com/meshcore-dev/meshcore-cli.git
synced 2026-04-20 22:13:48 +00:00
28 lines
801 B
TOML
28 lines
801 B
TOML
[build-system]
|
|
requires = ["hatchling"]
|
|
build-backend = "hatchling.build"
|
|
|
|
[project]
|
|
name = "meshcore-cli"
|
|
version = "1.2.2"
|
|
authors = [
|
|
{ name="Florent de Lamotte", email="florent@frizoncorrea.fr" },
|
|
]
|
|
description = "Command line interface to meshcore companion radios"
|
|
readme = "README.md"
|
|
requires-python = ">=3.10"
|
|
classifiers = [
|
|
"Programming Language :: Python :: 3",
|
|
"Operating System :: OS Independent",
|
|
]
|
|
license = "MIT"
|
|
license-files = ["LICEN[CS]E*"]
|
|
dependencies = [ "meshcore >= 2.1.19", "prompt_toolkit >= 3.0.50", "requests >= 2.28.0" ]
|
|
|
|
[project.urls]
|
|
Homepage = "https://github.com/fdlamotte/meshcore-cli"
|
|
Issues = "https://github.com/fdlamotte/meshcore-cli/issues"
|
|
|
|
[project.scripts]
|
|
meshcli = "meshcore_cli.meshcore_cli:cli"
|
|
meshcore-cli = "meshcore_cli.meshcore_cli:cli"
|