fix: entry point should reference package module hermes_meshtastic not function
release / test-and-release (push) Successful in 13s
release / test-and-release (push) Successful in 13s
This commit is contained in:
@@ -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