-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Install from PyPi breaking due to missing README.rst + version weirdness #52
Comments
CP Botha's fork installs from pip, and is available as "minipy-ppf". https://github.com/cpbotha/minipy |
What no pull requests? |
There you go: #53 minipy-ppf was a temporary workaround because it was so quiet around the issue report here, and then it got really busy, hence the PR only now. |
Hello - Two questions:
Thanks! |
One more question/thought: I would have found it helpful to add the installation info to the README since I'm not totally up to speed on Python tools. Changing the first lines to say this would have helped. a Python 2 minifier by Gareth Rees http://garethrees.org/ Install via pip, for example:: |
When I try to install minipy with PIP the install breaks because README.rst is missing:
What's also interesting, is that PIP tries to install minipy 0.1, perhaps this bug has already been fixed. Let's see what happens when I hard code version 0.2 (which shoud be on pypi: https://pypi.python.org/pypi/minipy )
My pip should be up to date:
Any ideas how I can fix this?
The text was updated successfully, but these errors were encountered: