Skip to content

Commit 97dd248

Browse files
Update setup.py
Signed-off-by: Jean-Christophe Morin <[email protected]>
1 parent b62eeba commit 97dd248

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ def run(self):
109109
scripts.append(prod_install_path)
110110

111111
self.scripts = scripts
112-
return super().run()
112+
return super(build_scripts, self).run()
113113

114114

115115
setup(

0 commit comments

Comments
 (0)