mediachain / oldchain-client

[DEPRECATED] old mediachain client experiments
MIT License
4 stars 2 forks source link

fix pip install, rename egg to mediachain-client #11

Closed yusefnapora closed 8 years ago

yusefnapora commented 8 years ago

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

parkan commented 8 years ago

Thanks for the cli->client rename! We'll probably want to setup wheel packaging for this + indexer, too