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 a97a984 commit d74d637Copy full SHA for d74d637
setup.py
@@ -73,6 +73,8 @@ 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
},
80
include_package_data=True,
0 commit comments