We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a97a984 commit 9422a97Copy full SHA for 9422a97
setup.py
@@ -57,7 +57,7 @@ def _get_cmdclass():
57
classifiers=[_f for _f in CLASSIFIERS.split("\n") if _f],
58
keywords="sycl numpy python3 intel mkl oneapi gpu dpcpp",
59
platforms=["Linux", "Windows"],
60
- python_requires='>=3.9',
+ python_requires=">=3.9",
61
author="Intel Corporation",
62
url="https://github.com/IntelPython/dpnp",
63
packages=[
@@ -73,7 +73,9 @@ def _get_cmdclass():
73
"libdpnp_backend_c.so",
74
"dpnp_backend_c.lib",
75
"dpnp_backend_c.dll",
76
+ "tests/*.*",
77
+ "tests/third_party/cupy/*.py",
78
]
79
},
- include_package_data=True,
80
+ include_package_data=False,
81
)
0 commit comments