#16671: 5th tutorial on turning Polls into a reusable app
-------------------------------+------------------------------------
     Reporter:  stumbles       |                    Owner:  ben@…
         Type:  New feature    |                   Status:  new
    Component:  Documentation  |                  Version:  master
     Severity:  Normal         |               Resolution:
     Keywords:                 |             Triage Stage:  Accepted
    Has patch:  1              |      Needs documentation:  0
  Needs tests:  0              |  Patch needs improvement:  1
Easy pickings:  0              |                    UI/UX:  0
-------------------------------+------------------------------------

Comment (by carljm):

 Replying to [comment:30 timo]:
 > In trying to address the fourth bullet point, I updated long_description
 as you suggested but the package still doesn't install properly when
 running setup.py outside django-polls-0.1:
 > ...
 > A directory is created: /usr/local/lib/python2.7/dist-
 packages/django_polls-0.1-py2.7.egg
 > but the polls subdirectory is missing.

 Interesting, I've never seen that. My first guess would be that it's a bug
 in `find_packages`? I generally don't use that, even when using
 setuptools/distribute, I just list packages explicitly. Does removing
 `find_packages` fix it?

-- 
Ticket URL: <https://code.djangoproject.com/ticket/16671#comment:31>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-updates@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to