Skip to content

Commit 8a2b528

Browse files
Added packages keyword to setup
1 parent 70d0e46 commit 8a2b528

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

setup.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env python
2-
# Copyright (c) 2017-2022, Intel Corporation
2+
# Copyright (c) 2017-2023, Intel Corporation
33
#
44
# Redistribution and use in source and binary forms, with or without
55
# modification, are permitted provided that the following conditions are met:
@@ -116,6 +116,10 @@ def extensions():
116116
description = "MKL-based FFT transforms for NumPy arrays",
117117
version = version,
118118
cmdclass={'build_ext': Cython.Build.build_ext},
119+
packages=[
120+
"mkl_fft",
121+
"mkl_fft.interfaces",
122+
],
119123
include_package_data=True,
120124
ext_modules=extensions(),
121125
zip_safe=False,

0 commit comments

Comments
 (0)