Skip to content

create_example_module: false results in failure of pip install -e . #95

@cchris28

Description

@cchris28

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.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions