Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Update setup.py: fix pip / pipx editable install #23

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ackalker
Copy link

@ackalker ackalker commented May 3, 2023

This fixes ModuleNotFound error when the package is installed in editable mode e.g.: pip install -e . See https://stackoverflow.com/a/66710618 for more information.

This fixes `ModuleNotFound` error when the package is installed in editable mode e.g.: `pip install -e .` See https://stackoverflow.com/a/66710618 for more information.
@ackalker
Copy link
Author

ackalker commented May 3, 2023

More background on why an empty package name in package_dir is needed is in the documentation.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant