Skip to content

Commit e9b0cb0

Browse files
Return wheel path from overridden method
Matching the behaviour of the base method, although nothing seems to be relying on it.
1 parent 4fff9ad commit e9b0cb0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ def _create_wheel_file(self, bdist_wheel):
1818
wheel_path = super()._create_wheel_file(bdist_wheel)
1919
with WheelFile(wheel_path, 'a') as wheel:
2020
wheel.write("labscript-suite.pth")
21+
return wheel_path
2122

2223

2324
# Setuptools <= 63:

0 commit comments

Comments
 (0)