pungi/MANIFEST.in
Qixiang Wan a52561da6d Make MANIFEST.in stricter
Global exclude python bytecode files.
Global exclude vim & emace temporary files.
Only include specs dir under tests/data, there will be other dirs
generated for testing, we don't want them.

FIXES: #427

Signed-off-by: Qixiang Wan <qwan@redhat.com>
2017-03-03 14:01:50 +08:00

16 lines
384 B
Plaintext

include AUTHORS
include COPYING
include GPL
include RELEASE-NOTES
include pungi.spec
include tox.ini
include share/*
include share/multilib/*
include doc/*
include tests/*
include tests/data/*
include tests/data/specs/*
recursive-include tests/fixtures *.iso *.json *.log *.rpm *.xml *.bz2 *.gz MD5SUM SHA1SUM SHA256SUM .treeinfo
global-exclude *.py[co]
global-exclude *~ *.sw? \#*\#