Skip to content

Commit

Permalink
Fix up build
Browse files Browse the repository at this point in the history
  • Loading branch information
SonicField committed Oct 5, 2024
1 parent 655751e commit 833ee59
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 @@ -164,7 +164,7 @@ def invoke_main():
long_descr = readme_file.read()

os.chdir("build")
with setup_args("bdist_wheel --debug"):
with setup_args(("bdist_wheel", "--debug")):
setup(
name="ft_utils",
version="0.1.0",
Expand Down

0 comments on commit 833ee59

Please sign in to comment.