Skip to content

Commit d74d637

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

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,8 @@ 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
},
7880
include_package_data=True,

0 commit comments

Comments
 (0)