hatch icon indicating copy to clipboard operation
hatch copied to clipboard

Hook for making local requirements publishable when creating a wheel or sdist

Open idlsoft opened this issue 1 year ago • 0 comments

When building a wheel or a source distribution local source dependencies like my_lib @ ../my_lib will be converted to regular dependencies like my_lib == 1.0.0.

This would make it easier to release multiple inter-dependent libraries

idlsoft avatar Jun 03 '24 20:06 idlsoft