rename, use namespaces
This commit is contained in:
parent
208250d863
commit
0d354d2574
15 changed files with 7 additions and 7 deletions
14
setup.py
14
setup.py
|
@ -11,15 +11,15 @@ def get_bzr_version():
|
||||||
return u'unknown'
|
return u'unknown'
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name="oxlib",
|
name="ox",
|
||||||
version="1.0.%s" % get_bzr_version() ,
|
version="2.0.%s" % get_bzr_version() ,
|
||||||
description="python-oxlib some tools to build tools",
|
description="python-ox some tools to build tools",
|
||||||
author="0x",
|
author="0x",
|
||||||
author_email="code@0xdb.org",
|
author_email="code@0x2620.org",
|
||||||
url="http://code.0xdb.org/python-oxlib",
|
url="http://code.0x2620.org/python-ox",
|
||||||
download_url="http://code.0xdb.org/python-oxlib/download",
|
download_url="http://code.0x2620.org/python-ox/download",
|
||||||
license="GPLv3",
|
license="GPLv3",
|
||||||
packages=['oxlib', 'oxlib.torrent'],
|
packages=['ox', 'ox.torrent'],
|
||||||
keywords = [
|
keywords = [
|
||||||
],
|
],
|
||||||
classifiers = [
|
classifiers = [
|
||||||
|
|
Loading…
Reference in a new issue