Update project metadata, docs, and systemd unit names to match the new service-update-alerts naming.
18 lines
367 B
TOML
18 lines
367 B
TOML
[build-system]
|
|
requires = ["setuptools>=68", "wheel"]
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
[project]
|
|
name = "service-update-alerts"
|
|
version = "0.1.0"
|
|
description = "Check running service versions against upstream releases"
|
|
requires-python = ">=3.10"
|
|
dependencies = [
|
|
"PyYAML>=6.0",
|
|
"bcrypt>=4.0",
|
|
]
|
|
|
|
[project.optional-dependencies]
|
|
dev = [
|
|
"pytest>=8.0",
|
|
]
|