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 a3274c5 commit e2d34eeCopy full SHA for e2d34ee
setup.py
@@ -850,11 +850,11 @@ def run(self): # noqa C901
850
"build_ext": InstallerBuildExt,
851
"build_py": CustomBuildPy,
852
},
853
- # packages=find_packages(),
854
- # include_package_data=True,
855
- # package_data={
856
- # "executorch.backends.qualcomm": ["*.so"],
857
- # },
+ packages=find_packages(),
+ include_package_data=True,
+ package_data={
+ "executorch.backends.qualcomm": ["*.so"],
+ },
858
# Note that setuptools uses the presence of ext_modules as the main signal
859
# that a wheel is platform-specific. If we install any platform-specific
860
# files, this list must be non-empty. Therefore, we should always install
0 commit comments