Skip to content

Commit 9422a97

Browse files
committed
Add test folder to package data
1 parent a97a984 commit 9422a97

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

setup.py

+4-2
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def _get_cmdclass():
5757
classifiers=[_f for _f in CLASSIFIERS.split("\n") if _f],
5858
keywords="sycl numpy python3 intel mkl oneapi gpu dpcpp",
5959
platforms=["Linux", "Windows"],
60-
python_requires='>=3.9',
60+
python_requires=">=3.9",
6161
author="Intel Corporation",
6262
url="https://github.com/IntelPython/dpnp",
6363
packages=[
@@ -73,7 +73,9 @@ def _get_cmdclass():
7373
"libdpnp_backend_c.so",
7474
"dpnp_backend_c.lib",
7575
"dpnp_backend_c.dll",
76+
"tests/*.*",
77+
"tests/third_party/cupy/*.py",
7678
]
7779
},
78-
include_package_data=True,
80+
include_package_data=False,
7981
)

0 commit comments

Comments
 (0)