nccgroup / depthcharge

A U-Boot hacking toolkit for security researchers and tinkerers
https://depthcharge.readthedocs.io
BSD 3-Clause "New" or "Revised" License
257 stars 14 forks source link

setup.py broken by relative access of README.md #14

Closed jynik closed 3 years ago

jynik commented 4 years ago

The attempt to keep the package long_description sync'd with README.md by opening and reading it in setup.py breaks the local pip install and ReadTheDocs generation, which run in different build directories.