Renamed to lorabot
This commit is contained in:
+3
-2
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user