Skip to content

Commit 169b988

Browse files
Ensure that mkl_fft/tests are included in the layout
1 parent 78d0b8f commit 169b988

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ def extensions():
120120
"mkl_fft",
121121
"mkl_fft.interfaces",
122122
],
123+
package_data={"mkl_fft": ["tests/*.py"]},
123124
include_package_data=True,
124125
ext_modules=extensions(),
125126
zip_safe=False,

0 commit comments

Comments
 (0)