From 64b9f85fb8cef3aa0e3744f01f7b052c9eaddf30 Mon Sep 17 00:00:00 2001 From: "Edward F Long, Jr" Date: Thu, 14 Feb 2013 13:47:54 -0500 Subject: [PATCH] tweak description in package --- setup.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/setup.py b/setup.py index 8629c7f..630c921 100644 --- a/setup.py +++ b/setup.py @@ -15,9 +15,7 @@ maintainer_email='api@aweber.com', url='https://github.com/aweber/AWeber-API-Python-Library', download_url='http://pypi.python.org/pypi/aweber_api', - description='The AWeber API Python Library allows you to quickly get up ' - 'and running with integrating access to the AWeber API into your ' - 'Python applications.', + description='A python client library for the AWeber API.', classifiers=[ 'Development Status :: 5 - Production/Stable', 'Intended Audience :: Developers',