diff options
| author | Chris McDonough <chrism@agendaless.com> | 2010-01-21 16:05:04 +0000 |
|---|---|---|
| committer | Chris McDonough <chrism@agendaless.com> | 2010-01-21 16:05:04 +0000 |
| commit | cc6a44df0a8535d2bc91944ae34a2521c12c7a07 (patch) | |
| tree | e4ad82be5af1e4a33d88237472240edadcb9b753 | |
| parent | 611c2e5a7497c10f06d63ea3142702a359dbc55f (diff) | |
| download | pyramid-cc6a44df0a8535d2bc91944ae34a2521c12c7a07.tar.gz pyramid-cc6a44df0a8535d2bc91944ae34a2521c12c7a07.tar.bz2 pyramid-cc6a44df0a8535d2bc91944ae34a2521c12c7a07.zip | |
Use book language.
| -rw-r--r-- | README.txt | 5 | ||||
| -rw-r--r-- | 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 ------------------------- @@ -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", |
