Skip to content

Commit

Permalink
Update src/scicookie/hooks/post_gen_project.py
Browse files Browse the repository at this point in the history
  • Loading branch information
xmnlab authored Jul 27, 2023
1 parent b76910b commit 1ccdf24
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/scicookie/hooks/post_gen_project.py
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,8 @@ def prepare_git():
print("=" * 80)
print("NOTE: Run `git rebase -i upstream/{{ cookiecutter.git_main_branch }}`")
print("=" * 80)


def keep_src():
if BUILD_SYSTEM == "maturin":
build_system_dir = PROJECT_DIRECTORY / "build-system"
Expand Down

0 comments on commit 1ccdf24

Please sign in to comment.