Skip to content

Commit 4280ff0

Browse files
committed
update
1 parent b45033e commit 4280ff0

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

backends/qualcomm/python/__init__.py

Whitespace-only changes.

setup.py

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -850,12 +850,11 @@ def run(self): # noqa C901
850850
"build_ext": InstallerBuildExt,
851851
"build_py": CustomBuildPy,
852852
},
853-
packages=find_packages(),
854-
include_package_data=True,
855-
package_data={
856-
"executorch": ["version.py"],
857-
"executorch.backends.qualcomm": ["*.so"],
858-
},
853+
# packages=find_packages(),
854+
# include_package_data=True,
855+
# package_data={
856+
# "executorch.backends.qualcomm": ["*.so"],
857+
# },
859858
# Note that setuptools uses the presence of ext_modules as the main signal
860859
# that a wheel is platform-specific. If we install any platform-specific
861860
# files, this list must be non-empty. Therefore, we should always install

0 commit comments

Comments
 (0)