From c32fb8bfd768e631ab82a52354668b7fd8dcc37f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ole=20Andr=C3=A9=20Vadla=20Ravn=C3=A5s?= Date: Sun, 5 Jan 2014 14:34:17 +0100 Subject: [PATCH] Improve description --- src/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/setup.py b/src/setup.py index 2c27400..514e37e 100755 --- a/src/setup.py +++ b/src/setup.py @@ -24,7 +24,7 @@ class FridaPrebuiltExt(build_ext): setup( name='frida', version=version, - description="Inject JavaScript code to explore native apps on Windows, Mac, Linux and iOS", + description="Inject JavaScript to explore native apps on Windows, Mac, Linux and iOS", long_description=long_description, author="Frida Developers", author_email="ole.andre.ravnas@tillitech.com",