install torrent submodule
This commit is contained in:
parent
13542038c9
commit
6768d591cd
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -19,7 +19,7 @@ setup(
|
||||||
url="http://code.0xdb.org/python-oxlib",
|
url="http://code.0xdb.org/python-oxlib",
|
||||||
download_url="http://code.0xdb.org/python-oxlib/download",
|
download_url="http://code.0xdb.org/python-oxlib/download",
|
||||||
license="GPLv3",
|
license="GPLv3",
|
||||||
packages=['oxlib'],
|
packages=['oxlib', 'oxlib.torrent'],
|
||||||
keywords = [
|
keywords = [
|
||||||
],
|
],
|
||||||
classifiers = [
|
classifiers = [
|
||||||
|
|
Loading…
Reference in a new issue