stackup/pyproject.toml

17 lines
355 B
TOML
Raw Normal View History

2023-10-12 05:31:07 +00:00
[tool.poetry]
name = "borgdrone"
version = "0.0.0"
description = "Python bindings for Borg Backup"
authors = ["Ethan Paul <24588726+enpaul@users.noreply.github.com>"]
license = "GPL-3"
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.9"
plumbum = "^1.8.2"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"