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 b45033e commit 4280ff0Copy full SHA for 4280ff0
backends/qualcomm/python/__init__.py
setup.py
@@ -850,12 +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": ["version.py"],
857
- "executorch.backends.qualcomm": ["*.so"],
858
- },
+ # packages=find_packages(),
+ # include_package_data=True,
+ # package_data={
+ # "executorch.backends.qualcomm": ["*.so"],
+ # },
859
# Note that setuptools uses the presence of ext_modules as the main signal
860
# that a wheel is platform-specific. If we install any platform-specific
861
# files, this list must be non-empty. Therefore, we should always install
0 commit comments