diff options
| author | Dan Korostelev <nadako@gmail.com> | 2009-03-13 10:22:53 +0000 |
|---|---|---|
| committer | Dan Korostelev <nadako@gmail.com> | 2009-03-13 10:22:53 +0000 |
| commit | a7d01e4cdad3386f05b7dfdbfd0a3a8f56924aa0 (patch) | |
| tree | 50580ef4b23c09ddf6b0ce6bb31f72d338ad351d /setup.py | |
| parent | de95ab14828691f36aed34a61195cbb9164a4dd5 (diff) | |
| download | zope-interface-3.5.1.tar.gz | |
Tag 3.5.13.5.1
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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', |
