version is dynamic based on tag

This commit is contained in:
Walter Boring 2026-02-07 14:04:51 -05:00
parent a21fe72f55
commit af6ba70a66

View File

@ -1,7 +1,6 @@
[project]
name = "aprsd_slack_plugin"
version = "1.2.0"
description = "Amateur radio APRS daemon which listens for messages and responds"
readme = "README.md"
requires-python = ">=3.11"
@ -20,6 +19,7 @@ dependencies = [
"slackeventsapi>=2.1.0",
"oslo_config",
]
dynamic = ["version"]
[project.optional-dependencies]
dev = [