Jake Levi
Jake Levi
@heejaechang you are correct! The `.pth` file is in `/home/username/.local/lib/python3.10/site-packages/__editable__.constructions-0.0.1.pth`. In the first case, with `src/__init__.py`, it reads: ``` import __editable___constructions_0_0_1_finder; __editable___constructions_0_0_1_finder.install() ``` In this second case, with `src/constructions/__init__.py`, it...
It's not clear to me why specifying `[tool.setuptools.package-dir]` should change whether file paths are used vs import hooks in the `.pth` file, but I suppose that's no longer relevant to...
@ThiefMaster correct me if I'm wrong, but the impression I got from @heejaechang is that this is really an issue with other tools/standards, EG PEP660, `setuptools`, `pip`, and that actually...