semantic-code-search
semantic-code-search copied to clipboard
Update setup.py: fix pip / pipx editable install
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.
More background on why an empty package name in package_dir is needed is in the documentation.