summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorDaniel P. Berrangé <berrange@redhat.com>2022-02-11 10:58:13 +0000
committerDaniel P. Berrangé <berrange@redhat.com>2022-02-11 11:20:26 +0000
commit4b1681e7fa5b85b125e68fcd29a22246dcd455b2 (patch)
tree49162a01ea39ca07833408fdd3f1255767da1b1b /MANIFEST.in
parentc19804df59a55ca9db5646c68590efaf2fcf3db3 (diff)
downloadlibvirt-python-4b1681e7fa5b85b125e68fcd29a22246dcd455b2.tar.gz
add missing files to MANIFEST.inv8.1.0
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index 7ab60b4..cf3dcd2 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,8 +1,12 @@
include AUTHORS
include COPYING
include COPYING.LESSER
+include CONTRIBUTING.rst
+include HACKING
include ChangeLog
+include examples/README
include examples/consolecallback.py
+include examples/dhcpleases.py
include examples/domipaddrs.py
include examples/dominfo.py
include examples/domrestore.py
@@ -38,10 +42,17 @@ include libvirtaio.py
include MANIFEST
include MANIFEST.in
include README
+include requirements-test.txt
include sanitytest.py
include setup.py
include tests/test_conn.py
include tests/test_domain.py
+include tests/test_domain_checkpoint.py
+include tests/test_domain_snapshot.py
+include tests/test_interface.py
+include tests/test_network.py
+include tests/test_nodedev.py
+include tests/test_storage.py
include tox.ini
include typewrappers.c
include typewrappers.h