pip install fails and auto reverts to version 0.1.0a3.
this is likely due to a change in the location of the README; from the root dir to docs/.
a possible solution to point to the new location is to try using this flag in the setup.py file:
setup(
...
include_package_data=True
)
source: https://setuptools.pypa.io/en/latest/userguide/datafiles.html
pip install fails and auto reverts to version 0.1.0a3.
this is likely due to a change in the location of the README; from the root dir to docs/.
a possible solution to point to the new location is to try using this flag in the setup.py file:
source: https://setuptools.pypa.io/en/latest/userguide/datafiles.html