Renamed to lorabot

This commit is contained in:
2026-05-04 20:52:51 +02:00
parent 61424163da
commit 68fbe22e33
18 changed files with 1138 additions and 176 deletions
+3 -2
View File
@@ -3,7 +3,7 @@ requires = ["setuptools>=68", "wheel"]
build-backend = "setuptools.build_meta"
[project]
name = "meshbot"
name = "lorabot"
version = "0.1.0"
description = "Bridge a MeshCore companion radio to an OpenAI-compatible LLM endpoint."
readme = "README.md"
@@ -11,6 +11,7 @@ requires-python = ">=3.11"
license = { text = "MIT" }
authors = [{ name = "Tobias Huttinger" }]
dependencies = [
"aiohttp>=3.9",
"meshcore>=2.3",
"openai>=1.40",
"pydantic>=2.7",
@@ -24,7 +25,7 @@ dev = [
]
[project.scripts]
meshbot = "meshbot.__main__:_cli"
lorabot = "lorabot.__main__:_cli"
[tool.setuptools.packages.find]
where = ["src"]