[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:
Bryan W. Weber 2019-06-28 09:57:51 -04:00
parent 674c37ce3c
commit a4ad2f5d66
No known key found for this signature in database
GPG key ID: 3A93E209C87E1FE7

View file

@ -92,7 +92,7 @@ setup(
],
package_data = {
'cantera.data': ['*.*'],
'cantera.test.data': ['*.*'],
'cantera.test.data': ['*.*', '*/*.*'],
'cantera.examples': ['*/*.*'],
'cantera': ["@py_extension@", '*.pxd'],
},