-
-
Notifications
You must be signed in to change notification settings - Fork 54
Expand file tree
/
Copy pathsetup.cfg
More file actions
25 lines (23 loc) · 614 Bytes
/
setup.cfg
File metadata and controls
25 lines (23 loc) · 614 Bytes
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
[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
# for rhel9 and above, requires must be passed
# via --requires cmd to skip python3-dataclasses
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