Skip to content

Commit

Permalink
Update src/scicookie/hooks/post_gen_project.py
Browse files Browse the repository at this point in the history
Co-authored-by: Ivan Ogasawara <ivan.ogasawara@gmail.com>
  • Loading branch information
ayeankit and xmnlab authored Jul 31, 2023
1 parent b0e881a commit 37ffe18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scicookie/hooks/post_gen_project.py
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ def clean_up_build_system():
build_system_dir / "Cargo.toml",
PROJECT_DIRECTORY / 'Cargo.toml'
)
elif BUILD_SYSTEM == "scikit":
elif BUILD_SYSTEM == "scikit-build":
shutil.move(
build_system_dir / "scikit-pyproject.toml",
PROJECT_DIRECTORY / 'pyproject.toml'
Expand Down

0 comments on commit 37ffe18

Please sign in to comment.