1
0
mirror of https://gitlab.com/libvirt/libvirt-python.git synced 2024-10-26 07:55:06 +03:00
libvirt-python/MANIFEST.in
Erik Skultety 390cadccc0 setup: Query library version out of a file
This makes it possible to programatically query the version in any
stage of the build process, including Makefile etc.

Signed-off-by: Erik Skultety <eskultet@redhat.com>
2023-06-22 10:27:41 +02:00

21 lines
326 B
Plaintext

graft tests
graft examples
include AUTHORS
include COPYING
include CONTRIBUTING.rst
include HACKING
include VERSION
include requirements-test.txt
include tox.ini
include Makefile
include ChangeLog
include libvirt-python.spec
include *.[ch]
include *.xml
include *.py
global-exclude */__pycache__/*
global-exclude *.py[cod]