1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
|
[metadata]
description_file = README.md
long_description = Backup utility for libvirt, using latest changed block tracking features
[bdist_rpm]
release = 1
packager = Michael Ablassmeier <abi@grinser.de>
doc_files = README.md Changelog LICENSE
requires =
python3-libvirt
python3-libnbd
python3-lxml
python3-tqdm
python3-lz4
nbdkit-server
nbdkit-python-plugin
python3-dataclasses
python3-paramiko
python3-typing-extensions
python3-colorlog
qemu-img
openssh-clients
[egg_info]
tag_build =
tag_date = 0
|