[Cython] Install headers needed for derived Cython modules
This commit is contained in:
parent
7520170f30
commit
332569114e
1 changed files with 1 additions and 1 deletions
|
|
@ -62,4 +62,4 @@ setup(name="Cantera",
|
|||
package_data = {'cantera.data': ['*.*'],
|
||||
'cantera.test.data': ['*.*'],
|
||||
'cantera.examples': ['*/*.*'],
|
||||
'cantera': ['*.pxd']})
|
||||
'cantera': ['*.pxd', '*.h']})
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue