diff options
author | Kai Huuhko <kai.huuhko@gmail.com> | 2014-07-02 03:58:19 +0300 |
---|---|---|
committer | Kai Huuhko <kai.huuhko@gmail.com> | 2014-07-02 03:58:19 +0300 |
commit | 32e55a777f3eeb049cc4c55bf9a74e77a0694eda (patch) | |
tree | 46efe503c40abce868cb8046bc466a44f79f6ab7 | |
parent | bb77d08ed9e7e44ec06933ab2283dea944573939 (diff) |
Fix build from tarball with Cython installed
-rw-r--r-- | MANIFEST.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MANIFEST.in b/MANIFEST.in index efbc169..7e34505 100644 --- a/MANIFEST.in +++ b/MANIFEST.in | |||
@@ -1,5 +1,5 @@ | |||
1 | include README.rst INSTALL COPYING COPYING.LESSER AUTHORS changes.html | 1 | include README.rst INSTALL COPYING COPYING.LESSER AUTHORS changes.html |
2 | recursive-include efl *.c *.h *.pyx *.pxi | 2 | recursive-include efl *.c *.h *.pyx *.pxi *.pxd |
3 | graft include | 3 | graft include |
4 | graft tests | 4 | graft tests |
5 | recursive-exclude tests *.pyc | 5 | recursive-exclude tests *.pyc |