From 4b1681e7fa5b85b125e68fcd29a22246dcd455b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20P=2E=20Berrang=C3=A9?= Date: Fri, 11 Feb 2022 10:58:13 +0000 Subject: add missing files to MANIFEST.in MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Daniel P. Berrangé --- MANIFEST.in | 11 +++++++++++ 1 file changed, 11 insertions(+) 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 -- cgit v1.2.1