diff --git a/setup.py b/setup.py index 1439618..79c2963 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ setup( url="http://code.0x2620.org/python-ox", download_url="http://code.0x2620.org/python-ox/download", license="GPLv3", - packages=['ox', 'ox.django', 'ox.torrent', 'ox.web'], + packages=['ox', 'ox.django', 'ox.django.api', 'ox.torrent', 'ox.web'], install_requires=['chardet', 'feedparser'], keywords = [ ],