You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when I install this package with pip install django-ap-skeleton
the function find_packages used in setup.py file returns an empty list.
To use your library I've to clone and manually install with python setup.py
Hi,
when I install this package with
pip install django-ap-skeleton
the function find_packages used in setup.py file returns an empty list.
To use your library I've to clone and manually install with
python setup.py
ubuntu 13.10
python 2.7
pip==1.4.1
virtualenv==1.10.1
virtualenvwrapper==4.1.1
Django==1.6
The text was updated successfully, but these errors were encountered: