back to oxlib, package_dir does not work with pip/python setup.py develop
This commit is contained in:
parent
8d14cf2291
commit
cff20af4e7
12 changed files with 3 additions and 3 deletions
6
setup.py
6
setup.py
|
@ -16,10 +16,10 @@ setup(
|
||||||
description="python-oxlib some tools to build tools",
|
description="python-oxlib some tools to build tools",
|
||||||
author="0x",
|
author="0x",
|
||||||
author_email="code@0xdb.org",
|
author_email="code@0xdb.org",
|
||||||
url="http://code.0xdb.org/oxlib",
|
url="http://code.0xdb.org/python-oxlib",
|
||||||
download_url="http://code.0xdb.org/oxlib/download",
|
download_url="http://code.0xdb.org/python-oxlib/download",
|
||||||
license="GPLv3",
|
license="GPLv3",
|
||||||
packages=['ox'],
|
packages=['oxlib'],
|
||||||
zip_safe=False,
|
zip_safe=False,
|
||||||
keywords = [
|
keywords = [
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in a new issue