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",