File: setup.cfg

package info (click to toggle)
virtnbdbackup 2.42-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 672 kB
  • sloc: python: 4,426; makefile: 9
file content (27 lines) | stat: -rw-r--r-- 518 bytes parent folder | download | duplicates (2)
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