[Cython/Test] Install test subdirs in Cython interface
The tests now include subdirectories with data files, so those should be installed with the rest of the data files
This commit is contained in:
parent
674c37ce3c
commit
a4ad2f5d66
1 changed files with 1 additions and 1 deletions
|
|
@ -92,7 +92,7 @@ setup(
|
|||
],
|
||||
package_data = {
|
||||
'cantera.data': ['*.*'],
|
||||
'cantera.test.data': ['*.*'],
|
||||
'cantera.test.data': ['*.*', '*/*.*'],
|
||||
'cantera.examples': ['*/*.*'],
|
||||
'cantera': ["@py_extension@", '*.pxd'],
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue