-
Notifications
You must be signed in to change notification settings - Fork 42
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
Upload to PyPI? #26
Comments
That would be nice. I wasn't sure how PyPI-ready it was so didn't bother uploading it. Should be pretty trivial though if I can get a little bit of help making sure the setup.py is set up properly (wink wink) |
I think setup.py is almost OK as I can install it directly from github using pip. One thing I noticed is that REQUIRES is not used. Other than that, it looks fine to me. |
there probably needs to be a manifest file |
The setup.py file starts with a numpy import. Is that required? I gave up installing it for today. Was there any progress in another branch/fork during the last 9 month? |
I haven't done any work myself. Feel free to make a pull request |
Hi, thanks for the nice library. Are there any plan for uploading to PyPY? It would be nice if I can install it from PyPI, even if it is beta/alpha release.
The text was updated successfully, but these errors were encountered: