semantic-code-search icon indicating copy to clipboard operation
semantic-code-search copied to clipboard

Update setup.py: fix pip / pipx editable install

Open ackalker opened this issue 2 years ago • 1 comments

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 avatar May 03 '23 17:05 ackalker

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

ackalker avatar May 03 '23 17:05 ackalker