Add recipes and subfolders to pyproject
Compare changes
+ 9
− 1
@@ -14,7 +14,15 @@ dependencies = [
@@ -14,7 +14,15 @@ dependencies = [
The recipes
folder was missed to be added in the pyproject, so it wasn't showing up after pip install
I am not sure if there is a better way to add the subfolders recursively, but is working now.