install as ox
This commit is contained in:
parent
1d7b6a31f0
commit
d14f13faaf
12 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
# vi:si:et:sw=4:sts=4:ts=4
|
# vi:si:et:sw=4:sts=4:ts=4
|
||||||
# GPL 2008
|
# GPL 2008
|
||||||
|
__version__ = '1.0.0'
|
||||||
|
|
||||||
from file import *
|
from file import *
|
||||||
from format import *
|
from format import *
|
2
setup.py
2
setup.py
|
@ -19,7 +19,7 @@ setup(
|
||||||
url="http://code.0xdb.org/oxlib",
|
url="http://code.0xdb.org/oxlib",
|
||||||
download_url="http://code.0xdb.org/oxlib/download",
|
download_url="http://code.0xdb.org/oxlib/download",
|
||||||
license="GPLv3",
|
license="GPLv3",
|
||||||
packages=['oxlib'],
|
packages=['ox'],
|
||||||
zip_safe=False,
|
zip_safe=False,
|
||||||
keywords = [
|
keywords = [
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in a new issue