From d9b52b657a063c3714c8b645d3ec023edafa28d7 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Mon, 11 Apr 2011 03:35:51 -0400 Subject: wording --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 8df657663..7c7c80040 100644 --- a/setup.py +++ b/setup.py @@ -54,7 +54,8 @@ if sys.version_info[:2] < (2, 6): setup(name='pyramid', version='1.0', - description='The Pyramid web application framework, a Pylons project', + description=('The Pyramid web application development framework, a ' + 'Pylons project'), long_description=README + '\n\n' + CHANGES, classifiers=[ "Intended Audience :: Developers", -- cgit v1.2.3