transitioned to python

This commit is contained in:
John Lancaster
2024-05-25 21:15:48 -05:00
parent cb7da3510f
commit 6d16387e4b
7 changed files with 99 additions and 0 deletions

15
pyproject.toml Normal file
View File

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