Selecting "no" for the question "do you want to create some example module code?"
after choosing a module name "bash_module"
later results in failure of the command
pip install -e .
with the error:
FileNotFoundError: [Errno 2] No such file or directory: 'src/bash_module/_version.py'
since src/bash_module does not exist.