From 2fd46fbfe50a5ebf454557c0fed7198d7d92236b Mon Sep 17 00:00:00 2001 From: David Gowers <00ai99@gmail.com> Date: Mon, 23 Feb 2009 13:42:14 +1030 Subject: [PATCH] improve setup.py description string --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 997da72..ae132b3 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ version = '0.02' setup(name='pyion', version=version, - description="Core modules by Ion", + description="Utility library. IO, maths, randomizations, misc.", long_description="""File handling, maths, randomization, miscellaneous. INCLUDING: * general maths (most functions support both scalars and list/array-likes) -- 2.11.4.GIT