You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Installing the current milkman from pypi with pip install milkman (version 0.5) fails with the message:
[ERROR] Cannot find file specified as ``long_description`` (/Users/david/virtualenvpath/build/milkman/docs/index.txt)
This is cos the source distribution does not include the docs and the setup.py script chooses to fail.
This should be changed either to include the description file or to allow it to be missing. Also the license description in setup.py has changed to BSD, and the *.egg-info directory created by the distribution script gets included in the source distribution.