diff options
| -rw-r--r-- | README.rst | 10 | ||||
| -rw-r--r-- | 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 <http://pylonsproject.org/>`_ project, and -underlies the newest web frameworks produced by the Pylons community. +Pyramid is the newest web framework produced by the `Pylons Project +<http://pylonsproject.org/>`_. Pyramid was previously known as `repoze.bfg <http://bfg.repoze.org>`_. @@ -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", |
