Skip to content

Commit e3ce98a

Browse files
committed
Additional docstring in the hook file
1 parent 1886a9a commit e3ce98a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

runtime/infra/python/wheel_target_hook.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@
77

88

99
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+
"""
1014
def initialize(self, version, build_data):
1115
super().initialize(version, build_data)
1216

0 commit comments

Comments
 (0)