hatch icon indicating copy to clipboard operation
hatch copied to clipboard

Support dev mode installations with path rewrite.

Open gregglind opened this issue 10 months ago • 1 comments

After reading https://github.com/pfmoore/editables/issues/20, I think editable fixed the issue (2023) after this patch to Hatch was written.

As a very lazy programmer who favors monorepos and shared namespaces, I love that path rewrite allows me to skip making a bunch of empty nested folders, and I hope to use it more!

Code is here: https://github.com/pypa/hatch/blob/d81790e47faaa145d1b6ad2fabc73327cc5d62a2/backend/src/hatchling/builders/wheel.py#L535

gregglind avatar Mar 10 '25 14:03 gregglind

+ #1956

liquidcarbon avatar Apr 14 '25 16:04 liquidcarbon