Skip to content

Commit a7d1495

Browse files
authored
Merge pull request #208 from SimonRit/DashInPackageName
2 parents ee0ea54 + a129b36 commit a7d1495

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/windows_build_module_wheels.py

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ def rename_wheel_init(py_env, filepath):
9696
module_version = w.version
9797

9898
dist_dir = os.path.dirname(filepath)
99-
wheel_dir = os.path.join(dist_dir, "itk_" + module_name + "-" + module_version)
99+
wheel_dir = os.path.join(dist_dir, "itk_" + module_name.replace('-','_') + "-" + module_version)
100100
init_dir = os.path.join(wheel_dir, "itk")
101101
init_file = os.path.join(init_dir, "__init__.py")
102102

0 commit comments

Comments
 (0)