From 332569114e8019b241f3987802fb6a38197c3cce Mon Sep 17 00:00:00 2001 From: Ray Speth Date: Wed, 25 Sep 2013 23:05:21 +0000 Subject: [PATCH] [Cython] Install headers needed for derived Cython modules --- interfaces/cython/setup.py.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interfaces/cython/setup.py.in b/interfaces/cython/setup.py.in index e83b9f6f3..df07de375 100644 --- a/interfaces/cython/setup.py.in +++ b/interfaces/cython/setup.py.in @@ -62,4 +62,4 @@ setup(name="Cantera", package_data = {'cantera.data': ['*.*'], 'cantera.test.data': ['*.*'], 'cantera.examples': ['*/*.*'], - 'cantera': ['*.pxd']}) + 'cantera': ['*.pxd', '*.h']})