Adding missing files in generated tarballs
Fix MANIFEST.in to include tools/, tox.ini and test/sample.conf in generated tarballs. Fixes bug 960018 and bug 1005801. Change-Id: Ifa83eab62300e3aec71ced217dc3cdcb2846ea0e
This commit is contained in:
parent
d668b27c09
commit
9a2d9b920b
@ -1,9 +1,12 @@
|
|||||||
include AUTHORS LICENSE .functests .unittests .probetests test/__init__.py
|
include AUTHORS LICENSE .functests .unittests .probetests test/__init__.py
|
||||||
include CHANGELOG
|
include CHANGELOG
|
||||||
include babel.cfg
|
include babel.cfg
|
||||||
|
include test/sample.conf
|
||||||
|
include tox.ini
|
||||||
graft doc
|
graft doc
|
||||||
graft etc
|
graft etc
|
||||||
graft locale
|
graft locale
|
||||||
graft test/functional
|
graft test/functional
|
||||||
graft test/probe
|
graft test/probe
|
||||||
graft test/unit
|
graft test/unit
|
||||||
|
graft tools
|
||||||
|
Loading…
x
Reference in New Issue
Block a user