initial python package

This commit is contained in:
John Lancaster
2024-02-19 19:44:15 -06:00
parent 7e13fbedd8
commit 3c89fe22bc
4 changed files with 85 additions and 0 deletions

13
pyproject.toml Normal file
View File

@@ -0,0 +1,13 @@
[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"