-
Notifications
You must be signed in to change notification settings - Fork 5
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
Please make pip installable #1
Comments
I based this on an example at http://guide.python-distribute.org/creation.html with your GitHub project/user info. I went out on a limb and said it requires Django 1.4 based on your claim that it works on 1.5 and likely earlier. This file seems to be all that's necessary to `pip install` via a repo URL and should make submission to PyPI (ydm#1) much easier for even simpler re-use of this code.
As a workaround I am able to add this line to my pip_requirements.txt:
Thanks for this library, by the way! Found it via https://code.djangoproject.com/ticket/9256#comment:10 |
@ydm, |
I'm happy you guys find it useful. Send a pull request that makes it pip/pypi installable and I'll be more than happy to merge it. |
I'd appreciate being able to add this plugin to my pip_requirements.txt rather than making a copy of a dependency into my own repo. If this is what your PyPI discussion is about, I'd ask you to reconsider — maybe this is just
npm
rubbing off on me, but just because a good solution to a problem has low SLOC doesn't mean I want to start cut-and-pasting it alongside my own code.The text was updated successfully, but these errors were encountered: