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 042e63e..f87f36c 100644
--- a/setup.py
+++ b/setup.py
@@ -69,7 +69,7 @@ long_description=(
+ '\n' +
'Detailed Documentation\n'
'**********************\n'
- + '\n' +
+ + '\n.. contents::\n\n' +
read('src', 'zope', 'interface', 'README.txt')
+ '\n' +
read('src', 'zope', 'interface', 'adapter.txt')
@@ -115,7 +115,7 @@ class optional_build_ext(build_ext):
setup(name='zope.interface',
- version = '3.5.1dev',
+ version = '3.5.1',
url='http://pypi.python.org/pypi/zope.interface',
license='ZPL 2.1',
description='Interfaces for Python',