From 167276ae0e3a3cc3c487355daeee2f898a0d55c1 Mon Sep 17 00:00:00 2001 From: Erik Skultety Date: Fri, 27 Nov 2020 19:07:35 +0100 Subject: MANIFEST.in: Distribute MANIFEST.in in the source tarball Follow the same procedure as we do with specfiles in the main library where we distribute libvirt.spec.in along with the generated libvirt.spec inside the tarball. Fixes: https://gitlab.com/libvirt/libvirt-python/-/issues/5 Signed-off-by: Erik Skultety --- MANIFEST.in | 1 + 1 file changed, 1 insertion(+) (limited to 'MANIFEST.in') diff --git a/MANIFEST.in b/MANIFEST.in index 0b55c98..7ab60b4 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -36,6 +36,7 @@ include libvirt-utils.h include libvirt-utils.c include libvirtaio.py include MANIFEST +include MANIFEST.in include README include sanitytest.py include setup.py -- cgit v1.2.1