16 lines
378 B
TOML
16 lines
378 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"]
|