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 1277ba6 commit 13e2301Copy full SHA for 13e2301
setup.py
@@ -175,7 +175,9 @@ def _get_cmdclass():
175
"dpctl.program",
176
"dpctl.utils",
177
],
178
- package_data={"dpctl": ["tests/*.*", "tests/helper/*.py"]},
+ package_data={
179
+ "dpctl": ["tests/*.*", "tests/helper/*.py", "tests/elementwise/*.py"]
180
+ },
181
include_package_data=True,
182
zip_safe=False,
183
setup_requires=["Cython"],
0 commit comments