back to oxlib, package_dir does not work with pip/python setup.py develop

This commit is contained in:
j 2009-10-12 17:21:05 +02:00
parent 8d14cf2291
commit cff20af4e7
12 changed files with 3 additions and 3 deletions

View File

@ -16,10 +16,10 @@ setup(
description="python-oxlib some tools to build tools",
author="0x",
author_email="code@0xdb.org",
url="http://code.0xdb.org/oxlib",
download_url="http://code.0xdb.org/oxlib/download",
url="http://code.0xdb.org/python-oxlib",
download_url="http://code.0xdb.org/python-oxlib/download",
license="GPLv3",
packages=['ox'],
packages=['oxlib'],
zip_safe=False,
keywords = [
],