restic_exporter/pyproject.toml

26 lines
668 B
TOML
Raw Normal View History

2022-12-26 13:51:27 +01:00
[build-system]
requires = ["setuptools", "wheel"]
build-backend = "setuptools.build_meta"
[project.urls]
Homepage = "https://susurrando.com"
2022-12-26 13:51:27 +01:00
[project]
name = "restic_exporter"
2022-12-26 18:46:57 +01:00
version = "0.0.8"
2022-12-26 13:51:27 +01:00
description = "Export to node exporter the summary of a restic backup"
readme = "README.md"
authors = [{ name = "Antonio J. Delgado", email = "ad@susurrando.com" }]
2022-12-26 13:51:27 +01:00
license = { file = "LICENSE" }
classifiers = [
"License :: OSI Approved :: GPLv3 License",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
]
#keywords = ["vCard", "contacts", "duplicates"]
dependencies = [
"click",
"click_config_file",
]
requires-python = ">=3"