Bastien Faure
Bastien Faure
Interesting issue. I have a similar behavior but as opposed as the author's problem, the pre-stage is properly cached for me but the second part if systematically rebuilt even if...
Hey man, the package you are distributing is still broken, and the reason is simple, you **do not** ship the library in the Python package you distribute on pypi.org. Take...
@elad-pticha if I understand there is two points where you would like further explanation: * having the source code under `src/raven_cycode` * having the library folder outside the source code...
@elad-pticha For having the source code under `src/raven_cycode` this is a generally accepted convention, and most projects use that structure, although I also thought it was redundant a few years...