davemds pushed a commit to branch master. http://git.enlightenment.org/bindings/python/python-efl.git/commit/?id=d94da4fdf74ecd33afc5d2042c207f6163f342fa
commit d94da4fdf74ecd33afc5d2042c207f6163f342fa Author: davemds <d...@gurumeditation.it> Date: Sat Dec 7 18:15:11 2013 +0100 Python-EFL: include the tests folder in the distribution package. --- MANIFEST.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/MANIFEST.in b/MANIFEST.in index 272d01c..3180474 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,5 +1,7 @@ include README INSTALL COPYING AUTHORS recursive-include efl *.c *.h +graft tests +recursive-exclude tests *.pyc graft examples recursive-exclude examples *.pyc graft doc --