Commit 9e4fc5a3 authored by Tres Seaver's avatar Tres Seaver

Merge pull request #7 from zopefoundation/aclark-fix-extends

Fix extends
parents 261c12f9 47f17223
...@@ -29,7 +29,7 @@ setup(name='Zope2', ...@@ -29,7 +29,7 @@ setup(name='Zope2',
description='Zope2 application server / web framework', description='Zope2 application server / web framework',
author='Zope Foundation and Contributors', author='Zope Foundation and Contributors',
author_email='zope-dev@zope.org', author_email='zope-dev@zope.org',
long_description=file("README.txt").read() + "\n" + long_description=file("README.rst").read() + "\n" +
file(os.path.join("doc", "CHANGES.rst")).read(), file(os.path.join("doc", "CHANGES.rst")).read(),
classifiers=[ classifiers=[
'Development Status :: 6 - Mature', 'Development Status :: 6 - Mature',
......
[buildout] [buildout]
extends = http://svn.zope.org/repos/main/zopetoolkit/trunk/ztk-sources.cfg extends = http://svn.zope.org/zopetoolkit/trunk/ztk-sources.cfg?revision=130246
[remotes] [remotes]
github = git://github.com/zopefoundation github = git://github.com/zopefoundation
......
[buildout] [buildout]
extends = http://svn.zope.org/repos/main/zopetoolkit/trunk/ztk-versions.cfg extends = http://svn.zope.org/zopetoolkit/trunk/ztk-versions.cfg?revision=130246
versions = versions versions = versions
[versions] [versions]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment