File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ def _apply_defaults(
54
54
min_python = '3.7' , # Minimum Python version PyPI classifier
55
55
audience = 'Developers' , # Intended audience PyPI classifier
56
56
language = 'English' , # Language PyPI classifier
57
- recursive :bool_arg = False , # Include subfolders in notebook globs?
57
+ recursive :bool_arg = True , # Include subfolders in notebook globs?
58
58
black_formatting :bool_arg = False , # Format libraries with black?
59
59
readme_nb = 'index.ipynb' , # Notebook to export as repo readme
60
60
title = '%(lib_name)s' , # Quarto website title
Original file line number Diff line number Diff line change 149
149
" min_python='3.7', # Minimum Python version PyPI classifier\n " ,
150
150
" audience='Developers', # Intended audience PyPI classifier\n " ,
151
151
" language='English', # Language PyPI classifier\n " ,
152
- " recursive:bool_arg=False , # Include subfolders in notebook globs?\n " ,
152
+ " recursive:bool_arg=True , # Include subfolders in notebook globs?\n " ,
153
153
" black_formatting:bool_arg=False, # Format libraries with black?\n " ,
154
154
" readme_nb='index.ipynb', # Notebook to export as repo readme\n " ,
155
155
" title='%(lib_name)s', # Quarto website title\n " ,
You can’t perform that action at this time.
0 commit comments