honzakral/django-threadedcomments

update in pypi?

Closed this issue · 1 comments

I try to install this package using the pip command in the tutorial that pip install django-threadedcomments , but I get a obsolete 0.5 version. Although I successful installed it after manally using python setup.py install command, I think update in pypi is a greater idea.

I think you accidentally installed the threadedcomments package, not django-threadedcomments.

$ pip install django-threadedcomments
Collecting django-threadedcomments
  Downloading django_threadedcomments-1.1-py2.py3-none-any.whl
Collecting django-contrib-comments>=1.7.3 (from django-threadedcomments)
  Downloading django_contrib_comments-1.8.0-py2.py3-none-any.whl (407kB)
    100% |████████████████████████████████| 409kB 3.0MB/s 
Collecting Django>=1.8 (from django-contrib-comments>=1.7.3->django-threadedcomments)
  Using cached Django-1.11.7-py2.py3-none-any.whl
Collecting pytz (from Django>=1.8->django-contrib-comments>=1.7.3->django-threadedcomments)
  Using cached pytz-2017.3-py2.py3-none-any.whl
Installing collected packages: pytz, Django, django-contrib-comments, django-threadedcomments
Successfully installed Django-1.11.7 django-contrib-comments-1.8.0 django-threadedcomments-1.1 pytz-2017.3

vs:

$ pip install threadedcomments
Collecting threadedcomments
  Downloading threadedcomments-0.5.tar.gz
Building wheels for collected packages: threadedcomments
  Running setup.py bdist_wheel for threadedcomments ... done
  Stored in directory: /Users/diederik/Library/Caches/pip/wheels/d1/f2/a0/3239de1ef7cc7a928bd3146a9cc50eb4758df57097353430ec
Successfully built threadedcomments
Installing collected packages: threadedcomments
Successfully installed threadedcomments-0.5