From d9b52b657a063c3714c8b645d3ec023edafa28d7 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Mon, 11 Apr 2011 03:35:51 -0400 Subject: wording --- README.rst | 10 +++++----- setup.py | 3 ++- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/README.rst b/README.rst index ccd69f262..5534efc4d 100644 --- a/README.rst +++ b/README.rst @@ -1,12 +1,12 @@ Pyramid ======= -Pyramid is a small, fast, down-to-earth, open source Python web development -framework. It makes real-world web application development and deployment -more fun, more predictable, and more productive. +Pyramid is a small, fast, down-to-earth, open source Python web application +development framework. It makes real-world web application development and +deployment more fun, more predictable, and more productive. -Pyramid is a `Pylons `_ project, and -underlies the newest web frameworks produced by the Pylons community. +Pyramid is the newest web framework produced by the `Pylons Project +`_. Pyramid was previously known as `repoze.bfg `_. 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