mirror of
https://github.com/virt-manager/virt-manager.git
synced 2024-12-23 17:34:21 +03:00
b5e3b724cf
This is derived from the mailing list discussion here: https://www.redhat.com/archives/virt-tools-list/2019-June/msg00108.html Signed-off-by: Cole Robinson <crobinso@redhat.com>
15 lines
418 B
Plaintext
15 lines
418 B
Plaintext
# to be included/excluded from the tarball produced by sdist
|
|
include COPYING CONTRIBUTING.md DESIGN.md INSTALL.md NEWS.md README.md
|
|
include MANIFEST.in
|
|
include setup.py
|
|
include virt-*
|
|
recursive-include data *
|
|
exclude data/gschemas.compiled
|
|
recursive-include man *
|
|
recursive-include po *
|
|
recursive-include tests *
|
|
recursive-include ui *
|
|
recursive-include virtManager *
|
|
recursive-include virtinst *
|
|
global-exclude *.pyc
|