We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1886a9a commit e3ce98aCopy full SHA for e3ce98a
runtime/infra/python/wheel_target_hook.py
@@ -7,6 +7,10 @@
7
8
9
class WheelBuildHook(BuildHookInterface):
10
+ """
11
+ This file contains the code used by the runtime/pyproject.toml config file. It's executed when the user attempts to build
12
+ a python wheel for the ONERT API. The code in this file is executed before the target is built.
13
14
def initialize(self, version, build_data):
15
super().initialize(version, build_data)
16
0 commit comments