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:
Qixiang Wan 2017-03-03 12:31:23 +08:00
parent a49bf3d74e
commit a52561da6d
1 changed files with 3 additions and 2 deletions

View File

@ -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? \#*\#