chore: add classifiers and project URL to pyproject.toml

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Andreas Wrede
2026-05-13 00:00:30 -04:00
parent 4b87a90e76
commit 6430d2ddf3
+14
View File
@@ -14,6 +14,20 @@ keywords = ["heartbeat", "monitoring", "dns", "websocket", "system-monitoring"]
authors = [ authors = [
{ name = "Andreas Wrede" } { name = "Andreas Wrede" }
] ]
classifiers = [
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Operating System :: POSIX :: Linux",
"Operating System :: POSIX :: BSD",
"Topic :: System :: Monitoring",
"Topic :: System :: Networking :: Monitoring",
"License :: OSI Approved :: MIT License",
]
[project.urls]
Repository = "https://git.wrede.ca/andreas/heartbeat"
# Core dependencies (required for both client and server) # Core dependencies (required for both client and server)
dependencies = [ dependencies = [