Skip to content

Commit

Permalink
whack ci
Browse files Browse the repository at this point in the history
  • Loading branch information
rhelmot committed Sep 3, 2024
1 parent 0d389f4 commit c60452b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -282,5 +282,5 @@ def finalize_options(self):
'z3': [os.path.join('lib', '*'), os.path.join('include', '*.h'), os.path.join('include', 'c++', '*.h')]
},
data_files=[('bin',[os.path.join('bin',EXECUTABLE_FILE)])],
cmdclass={'build': build, 'develop': develop, 'sdist': sdist},
cmdclass={'build': build, 'develop': develop, 'sdist': sdist, 'bdist_wheel': bdist_wheel},
)

0 comments on commit c60452b

Please sign in to comment.