ydm / django-sameas

Django application that provides you with an easy-to-use template tag that replicates a block.
GNU Lesser General Public License v3.0
4 stars 5 forks source link

Please make pip installable #1

Open natevw opened 9 years ago

natevw commented 9 years ago

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.

natevw commented 9 years ago

As a workaround I am able to add this line to my pip_requirements.txt:

git+https://github.com/natevw/django-sameas.git@patch-1#egg=django-sameas

Thanks for this library, by the way! Found it via https://code.djangoproject.com/ticket/9256#comment:10

dmarcelino commented 6 years ago

@ydm, django-sameas is of valuable help, I'm using it now on a django 1.10 project. Please reconsider publishing it to pypi.

ydm commented 6 years ago

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.

dmarcelino commented 6 years ago

Hey @ydm,

I've noticed you've merged PR #6. Please let us know when you publish django-sameas to PyPi. I'm happy to help in case anything is amiss.

I've also submitted PR #7 so any new PRs can be automatically tested by travis.

Cheers