Files
restic-scripts/pyproject.toml
2024-06-15 15:49:34 -05:00

16 lines
397 B
TOML

[build-system]
requires = ["setuptools", "wheel"]
build-backend = "setuptools.build_meta"
[project]
name = "restic"
version = "0.1.0"
description = "Lightweight wrapper around restic"
authors = [
{ name = "John Lancaster", email = "32917998+jsl12@users.noreply.github.com" },
]
license = { file = "LICENSE" }
requires-python = ">=3.10"
dependencies = ["rich", "requests", "click", "docker"]