summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.txt5
-rw-r--r--setup.py4
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",