Skip to content

Commit a7c2ebe

Browse files
Francois Budinthewtex
authored andcommitted
scripts: install itkHelpers.py
The Python file `itkHelpers.py` has been added recently to ITK but it was not installed correctly with ITKPythonPackage. This commit addresses this omission and should address ITKPythonPackage issue #128 .
1 parent b6e0350 commit a7c2ebe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/setup_py_configure.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,7 @@ def get_wheel_dependencies():
245245
'itkBase',
246246
'itkConfig',
247247
'itkExtras',
248+
'itkHelpers',
248249
'itkLazy',
249250
'itkTemplate',
250251
'itkTypes',

0 commit comments

Comments
 (0)