We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70d0e46 commit 8a2b528Copy full SHA for 8a2b528
setup.py
@@ -1,5 +1,5 @@
1
#!/usr/bin/env python
2
-# Copyright (c) 2017-2022, Intel Corporation
+# Copyright (c) 2017-2023, Intel Corporation
3
#
4
# Redistribution and use in source and binary forms, with or without
5
# modification, are permitted provided that the following conditions are met:
@@ -116,6 +116,10 @@ def extensions():
116
description = "MKL-based FFT transforms for NumPy arrays",
117
version = version,
118
cmdclass={'build_ext': Cython.Build.build_ext},
119
+ packages=[
120
+ "mkl_fft",
121
+ "mkl_fft.interfaces",
122
+ ],
123
include_package_data=True,
124
ext_modules=extensions(),
125
zip_safe=False,
0 commit comments