From 2533e37b7d526c9b32ade9dcc77a9a94c5e13783 Mon Sep 17 00:00:00 2001 From: Ivan Ogasawara Date: Thu, 27 Jul 2023 16:54:17 -0400 Subject: [PATCH] Update src/scicookie/hooks/post_gen_project.py --- src/scicookie/hooks/post_gen_project.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scicookie/hooks/post_gen_project.py b/src/scicookie/hooks/post_gen_project.py index 775c54fa..8c3f9ca7 100644 --- a/src/scicookie/hooks/post_gen_project.py +++ b/src/scicookie/hooks/post_gen_project.py @@ -269,7 +269,7 @@ def post_gen(): # keep this one first, because it changes the package folder clean_up_project_layout() - keep_src() + add_binding_source_files() clean_up_cli() clean_up_code_of_conduct() clean_up_conda()