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>
This commit is contained in:
parent
a49bf3d74e
commit
a52561da6d
@ -8,7 +8,8 @@ include share/*
|
||||
include share/multilib/*
|
||||
include doc/*
|
||||
include tests/*
|
||||
exclude tests/*.pyc
|
||||
include tests/data/*
|
||||
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? \#*\#
|
||||
|
Loading…
Reference in New Issue
Block a user