django-nonrel / djangotoolbox

Django tools for building nonrel backends
BSD 3-Clause "New" or "Revised" License
200 stars 125 forks source link

Please update the PyPI distribution. #42

Closed kavdev closed 10 years ago

kavdev commented 10 years ago

I'd like to use version 1.4 as a dependency, but the version on PyPI is only 0.9.2.

If it can't be updated on PyPI for some reason, please at least update the setup.py and add the distribution to github.

Thanks!

aburgel commented 10 years ago

Working on this now. I pushed up an updated setup.py. You can use something like this in your requirements.txt file to add a dependency on the 1.4 branch:

git+http://github.com/django-nonrel/djangotoolbox@toolbox-1.4#egg=djangotoolbox

I'll look into updating PyPI as well.

kavdev commented 10 years ago

Thanks!

Date: Fri, 23 Aug 2013 13:10:51 -0700 From: notifications@github.com To: djangotoolbox@noreply.github.com CC: kavanaugh.development@outlook.com Subject: Re: [djangotoolbox] Please update the PyPI distribution. (#42)

Working on this now. I pushed up an updated setup.py. You can use something like this in your requirements.txt file to add a dependency on the 1.4 branch:

git+http://github.com/django-nonrel/djangotoolbox@toolbox-1.4#egg=djangotoolbox

I'll look into updating PyPI as well.

— Reply to this email directly or view it on GitHub.

aburgel commented 10 years ago

Closing as we're now pushing to PyPI on new releases.