kuuko pushed a commit to branch master. http://git.enlightenment.org/bindings/python/python-efl.git/commit/?id=32e55a777f3eeb049cc4c55bf9a74e77a0694eda
commit 32e55a777f3eeb049cc4c55bf9a74e77a0694eda Author: Kai Huuhko <[email protected]> Date: Wed Jul 2 03:58:19 2014 +0300 Fix build from tarball with Cython installed --- MANIFEST.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MANIFEST.in b/MANIFEST.in index efbc169..7e34505 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,5 +1,5 @@ include README.rst INSTALL COPYING COPYING.LESSER AUTHORS changes.html -recursive-include efl *.c *.h *.pyx *.pxi +recursive-include efl *.c *.h *.pyx *.pxi *.pxd graft include graft tests recursive-exclude tests *.pyc --
