package ox.django.api
This commit is contained in:
parent
89f868fc39
commit
28666a54c0
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -26,7 +26,7 @@ setup(
|
||||||
url="http://code.0x2620.org/python-ox",
|
url="http://code.0x2620.org/python-ox",
|
||||||
download_url="http://code.0x2620.org/python-ox/download",
|
download_url="http://code.0x2620.org/python-ox/download",
|
||||||
license="GPLv3",
|
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'],
|
install_requires=['chardet', 'feedparser'],
|
||||||
keywords = [
|
keywords = [
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in a new issue