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 e2d34ee commit b45033eCopy full SHA for b45033e
setup.py
@@ -853,6 +853,7 @@ def run(self): # noqa C901
853
packages=find_packages(),
854
include_package_data=True,
855
package_data={
856
+ "executorch": ["version.py"],
857
"executorch.backends.qualcomm": ["*.so"],
858
},
859
# Note that setuptools uses the presence of ext_modules as the main signal
0 commit comments