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 6675e2e..1971a52 100644
--- a/setup.py
+++ b/setup.py
@@ -27,10 +27,10 @@ def read(*rnames):
return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
setup(name='zope.security',
- version = '3.7.3dev',
+ version = '3.7.3',
author='Zope Corporation and Contributors',
author_email='zope-dev@zope.org',
- description='Zope3 Security Framework',
+ description='Zope Security Framework',
long_description=(
read('README.txt')
+ '\n.. contents::\n\n' +