[Cython] Install headers needed for derived Cython modules

This commit is contained in:
Ray Speth 2013-09-25 23:05:21 +00:00
parent 7520170f30
commit 332569114e

View file

@ -62,4 +62,4 @@ setup(name="Cantera",
package_data = {'cantera.data': ['*.*'],
'cantera.test.data': ['*.*'],
'cantera.examples': ['*/*.*'],
'cantera': ['*.pxd']})
'cantera': ['*.pxd', '*.h']})