nteract / coffee_boat

☕⛵WIP PySpark dependency management
BSD 3-Clause "New" or "Revised" License
22 stars 10 forks source link

Change setup to point to new readme #50

Closed BryanCutler closed 6 years ago

BryanCutler commented 6 years ago

Setup was pointing to the old README.md and fails. This changes to point to README.rst. #49

BryanCutler commented 6 years ago

@holdenk I tried to run the setup but failed because of this

rgbkrk commented 6 years ago

A note on the build here -- it seems like maybe something in kubepy needs an update. The build is failing unrelated to your PR.

    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "/tmp/pip-install-gJKK6i/kubepy/setup.py", line 1, in <module>
        from pip.req import parse_requirements
    ImportError: No module named req

I'm going to go ahead and merge this so you can keep working with the coffee boat. 😄 ☕️ ⛵️

BryanCutler commented 6 years ago

Thanks @rgbkrk !