From fe9f74006c15876b9bdc00c6c06b4d6736d06567 Mon Sep 17 00:00:00 2001 From: Stefan Behnel Date: Mon, 9 Mar 2009 20:10:52 +0100 Subject: [PATCH] add missing files to MANIFEST.in --- MANIFEST.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MANIFEST.in b/MANIFEST.in index 5389e238..1c271bb2 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -6,7 +6,7 @@ include setup.py include bin/cython include cython.py include Cython/Compiler/Lexicon.pickle -include Cython/Includes/*.pxd +recursive-include Cython *.pyx *.pxd include Doc/* include Demos/*.pyx -- 2.26.2