Skip to content

Commit

Permalink
Codeql test (#678)
Browse files Browse the repository at this point in the history
* Add stub Waf script to let CodeQL autobuild run

* Add setup.py and Sconstruct for CodeQL

* Fixing setup.py
  • Loading branch information
kaidokert authored Jun 30, 2024
1 parent 0500f21 commit c968d0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ def run(self):
setup(
name='Cobalt',
version='25.0',
packages=['cobalt-runtime'],
packages=['cobalt'],
cmdclass={'build_py': CustomBuild})

0 comments on commit c968d0c

Please sign in to comment.