summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index f47f8af43..79da72655 100644
--- a/setup.py
+++ b/setup.py
@@ -12,7 +12,7 @@
#
##############################################################################
-__version__ = '1.1b4'
+__version__ = '1.1'
import os
import sys
@@ -47,7 +47,7 @@ if sys.version_info[:2] < (2, 6):
setup(name='repoze.bfg',
version=__version__,
- description='A web framework for WSGI',
+ description='A WSGI web framework influenced by Zope, Django, and Pylons',
long_description=README + '\n\n' + CHANGES,
classifiers=[
"Intended Audience :: Developers",