summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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