diff options
| author | Chris McDonough <chrism@plope.com> | 2011-04-11 03:35:51 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2011-04-11 03:35:51 -0400 |
| commit | d9b52b657a063c3714c8b645d3ec023edafa28d7 (patch) | |
| tree | 9f69e36cfa56e54b234c31273995f6146318585b | |
| parent | 0eb82e9e7d435953783363ec1a2cc47c3d40e5ff (diff) | |
| download | pyramid-d9b52b657a063c3714c8b645d3ec023edafa28d7.tar.gz pyramid-d9b52b657a063c3714c8b645d3ec023edafa28d7.tar.bz2 pyramid-d9b52b657a063c3714c8b645d3ec023edafa28d7.zip | |
wording
| -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", |
