Skip to content

Commit e2d34ee

Browse files
committed
update
1 parent a3274c5 commit e2d34ee

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

setup.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -850,11 +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.backends.qualcomm": ["*.so"],
857-
# },
853+
packages=find_packages(),
854+
include_package_data=True,
855+
package_data={
856+
"executorch.backends.qualcomm": ["*.so"],
857+
},
858858
# Note that setuptools uses the presence of ext_modules as the main signal
859859
# that a wheel is platform-specific. If we install any platform-specific
860860
# files, this list must be non-empty. Therefore, we should always install

0 commit comments

Comments
 (0)