From 46319114626fda00adce527b3e0d31eb868567eb Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Sun, 4 Jan 2009 16:28:10 +0530 Subject: [PATCH] bring description inline with readme --- setup.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 45e1f79..e8e4cdd 100644 --- a/setup.py +++ b/setup.py @@ -6,8 +6,7 @@ from setuptools import setup, find_packages setup( name="oxlib", version="0.1", - - description="collection of utils used to work with python", + description="python-oxlib some tools to build toos", author="0x", author_email="code@0xdb.org", url="http://code.0xdb.org/oxlib",