This fixes pip install . in a very stupid fashion, by just sticking multihash.py into our source root, so we don't need a git dependency. We can change it back once a new release of python-multihash is available 😄
Also renames the python "egg" (or whatever. seriously python, I have no idea what's going on with your packaging situation) to mediachain-client from mediachain-cli. The python module is still named mediachain, so imports are all unchanged.
This means that we'll need to update the requirements.txt in the mediachain-indexer project to reflect the name change, since it's depending on mediachain-cli
This fixes
pip install .
in a very stupid fashion, by just stickingmultihash.py
into our source root, so we don't need a git dependency. We can change it back once a new release of python-multihash is available 😄Also renames the python "egg" (or whatever. seriously python, I have no idea what's going on with your packaging situation) to
mediachain-client
frommediachain-cli
. The python module is still namedmediachain
, so imports are all unchanged.This means that we'll need to update the
requirements.txt
in the mediachain-indexer project to reflect the name change, since it's depending onmediachain-cli