[libvirt] [PATCH python] Include tests in MANIFEST

Daniel P. Berrange berrange at redhat.com
Mon Jun 1 09:21:12 UTC 2015


The unit tests were missing from the tar.gz archives due to not
being listed in the MANIFEST.in file

Signed-off-by: Daniel P. Berrange <berrange at redhat.com>
---
 MANIFEST.in | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/MANIFEST.in b/MANIFEST.in
index 230baea..b5ba783 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -34,6 +34,8 @@ include MANIFEST
 include README
 include sanitytest.py
 include setup.py
+include tests/test_conn.py
+include tests/test_domain.py
 include tox.ini
 include typewrappers.c
 include typewrappers.h
-- 
2.4.1




More information about the libvir-list mailing list