chore: declare license-files in pyproject.toml
Associates LICENSE.md with the package for pip/PyPI. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
+2
-1
@@ -8,7 +8,8 @@ version = "5.3.4"
|
|||||||
description = "Heartbeat monitoring system — client (hbc) and server (hbd)"
|
description = "Heartbeat monitoring system — client (hbc) and server (hbd)"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
requires-python = ">=3.11"
|
requires-python = ">=3.11"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
|
license-files = ["LICENSE.md"]
|
||||||
keywords = ["heartbeat", "monitoring", "dns", "websocket", "system-monitoring"]
|
keywords = ["heartbeat", "monitoring", "dns", "websocket", "system-monitoring"]
|
||||||
authors = [
|
authors = [
|
||||||
{ name = "Andreas Wrede" }
|
{ name = "Andreas Wrede" }
|
||||||
|
|||||||
Reference in New Issue
Block a user