From cff20af4e75a6cd25dfdc463f2b48551cf0aefd9 Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Mon, 12 Oct 2009 17:21:05 +0200 Subject: [PATCH] back to oxlib, package_dir does not work with pip/python setup.py develop --- {ox => oxlib}/__init__.py | 0 {ox => oxlib}/bencode.py | 0 {ox => oxlib}/cache.py | 0 {ox => oxlib}/file.py | 0 {ox => oxlib}/format.py | 0 {ox => oxlib}/html.py | 0 {ox => oxlib}/iso.py | 0 {ox => oxlib}/net.py | 0 {ox => oxlib}/normalize.py | 0 {ox => oxlib}/text.py | 0 {ox => oxlib}/torrent.py | 0 setup.py | 6 +++--- 12 files changed, 3 insertions(+), 3 deletions(-) rename {ox => oxlib}/__init__.py (100%) rename {ox => oxlib}/bencode.py (100%) rename {ox => oxlib}/cache.py (100%) rename {ox => oxlib}/file.py (100%) rename {ox => oxlib}/format.py (100%) rename {ox => oxlib}/html.py (100%) rename {ox => oxlib}/iso.py (100%) rename {ox => oxlib}/net.py (100%) rename {ox => oxlib}/normalize.py (100%) rename {ox => oxlib}/text.py (100%) rename {ox => oxlib}/torrent.py (100%) diff --git a/ox/__init__.py b/oxlib/__init__.py similarity index 100% rename from ox/__init__.py rename to oxlib/__init__.py diff --git a/ox/bencode.py b/oxlib/bencode.py similarity index 100% rename from ox/bencode.py rename to oxlib/bencode.py diff --git a/ox/cache.py b/oxlib/cache.py similarity index 100% rename from ox/cache.py rename to oxlib/cache.py diff --git a/ox/file.py b/oxlib/file.py similarity index 100% rename from ox/file.py rename to oxlib/file.py diff --git a/ox/format.py b/oxlib/format.py similarity index 100% rename from ox/format.py rename to oxlib/format.py diff --git a/ox/html.py b/oxlib/html.py similarity index 100% rename from ox/html.py rename to oxlib/html.py diff --git a/ox/iso.py b/oxlib/iso.py similarity index 100% rename from ox/iso.py rename to oxlib/iso.py diff --git a/ox/net.py b/oxlib/net.py similarity index 100% rename from ox/net.py rename to oxlib/net.py diff --git a/ox/normalize.py b/oxlib/normalize.py similarity index 100% rename from ox/normalize.py rename to oxlib/normalize.py diff --git a/ox/text.py b/oxlib/text.py similarity index 100% rename from ox/text.py rename to oxlib/text.py diff --git a/ox/torrent.py b/oxlib/torrent.py similarity index 100% rename from ox/torrent.py rename to oxlib/torrent.py diff --git a/setup.py b/setup.py index 84fdc48..6296567 100644 --- a/setup.py +++ b/setup.py @@ -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 = [ ],