Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 7136f8c0fd |
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
||||
|
||||
[project]
|
||||
name = "hermes-meshtastic"
|
||||
version = "0.1.0"
|
||||
version = "0.1.1"
|
||||
description = "Meshtastic LoRa mesh gateway adapter plugin for Hermes Agent"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.10"
|
||||
@@ -19,7 +19,7 @@ dependencies = [
|
||||
]
|
||||
|
||||
[project.entry-points."hermes_agent.plugins"]
|
||||
meshtastic-platform = "hermes_meshtastic:register"
|
||||
meshtastic-platform = "hermes_meshtastic"
|
||||
|
||||
[tool.hatch.build.targets.wheel]
|
||||
packages = ["hermes_meshtastic"]
|
||||
|
||||
Reference in New Issue
Block a user