Skip to content

Commit 13e2301

Browse files
Install tests/elementwise/*.py into the package
1 parent 1277ba6 commit 13e2301

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,9 @@ def _get_cmdclass():
175175
"dpctl.program",
176176
"dpctl.utils",
177177
],
178-
package_data={"dpctl": ["tests/*.*", "tests/helper/*.py"]},
178+
package_data={
179+
"dpctl": ["tests/*.*", "tests/helper/*.py", "tests/elementwise/*.py"]
180+
},
179181
include_package_data=True,
180182
zip_safe=False,
181183
setup_requires=["Cython"],

0 commit comments

Comments
 (0)