From cc6a44df0a8535d2bc91944ae34a2521c12c7a07 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Thu, 21 Jan 2010 16:05:04 +0000 Subject: Use book language. --- README.txt | 5 +++-- setup.py | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/README.txt b/README.txt index c20e13c08..bfcfbdd2f 100644 --- a/README.txt +++ b/README.txt @@ -1,8 +1,9 @@ repoze.bfg ========== -``repoze.bfg`` is a Python web application framework based on WSGI. -It is inspired by Zope, Pylons, and Django. +``repoze.bfg`` 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. Support and Documentation ------------------------- diff --git a/setup.py b/setup.py index 16a025185..1a0eaa4ae 100644 --- a/setup.py +++ b/setup.py @@ -46,7 +46,7 @@ if sys.version_info[:2] < (2, 6): setup(name='repoze.bfg', version=__version__, - description='A WSGI web framework influenced by Zope, Django, and Pylons', + description='The repoze.bfg web application framework', long_description=README + '\n\n' + CHANGES, classifiers=[ "Intended Audience :: Developers", @@ -56,7 +56,7 @@ setup(name='repoze.bfg', "Topic :: Internet :: WWW/HTTP :: WSGI", "License :: Repoze Public License", ], - keywords='web wsgi bfg zope', + keywords='web wsgi bfg', author="Agendaless Consulting", author_email="repoze-dev@lists.repoze.org", url="http://bfg.repoze.org", -- cgit v1.2.3