14 lines
276 B
TOML
14 lines
276 B
TOML
[build-system]
|
|
requires = ["setuptools", "wheel"]
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
[project]
|
|
name = "file-backups"
|
|
version = "0.1.0"
|
|
description = "With restic and Docker"
|
|
license = {file="LICENSE"}
|
|
requires-python = ">=3.10"
|
|
|
|
[project.scripts]
|
|
backup = "backup:main"
|