mediachain / mediachain-indexer

search, dedupe, and media ingestion for mediachain
33 stars 14 forks source link

packaging setup #17

Closed yusefnapora closed 8 years ago

yusefnapora commented 8 years ago

This adds a dependency on mediachain-client==0.1.2, which I just published to pypi, so we can install the indexer without having to manually install the client project.

Also adds requirements.txt to MANIFEST.in, and adds a gitignore to filter out python packaging cruft.

With this I can run python setup.py sdist and then pip install dist/mediachain-indexer-0.0.10.tar.gz to install the generated package. So it should be good to upload to pypi when we're ready to do that.