deployment - How to package shared internal Python module with wheel? -


we have separate python package (shared modules) build ourselves stored in our internal git repository. need use package in python project/application.

in development setting, can run pip install -e <module/path> , module can used in other python applications.

how tell wheel install these internal shared modules when deploying it?


Popular posts from this blog

javascript - Js, document.getElementById("ID").innerHTML, error -

objective c - Is there a way in OCMockito to make stubs fail when an unknown method is called? -

jquery - jqGrid update specific column data with out refreshing the entire column? -