greatscottgadgets / libgreat

a library to help you do Great things
BSD 3-Clause "New" or "Revised" License
31 stars 25 forks source link

host: fix broken pip installation due to the README file #8

Closed Qyriad closed 5 years ago

Qyriad commented 5 years ago

Rename README to README.md, which is both consistent with how it is in GreatFET, as well as what the setup.py expects. Also change setup.py to expect README.md to be the the host directory, instead of its parent directory.

pip install host/ was previously failing as it couldn't find the expected README.md file.