Commit a634b182 authored by Tres Seaver's avatar Tres Seaver

Nest into Github better.

parent 5dc1e3c6
CHANGES Changelog
======= =========
Unreleased Unreleased
---------- ----------
......
...@@ -93,9 +93,9 @@ def alltests(): ...@@ -93,9 +93,9 @@ def alltests():
tests_require = ['zope.testing', 'manuel', 'random2'] tests_require = ['zope.testing', 'manuel', 'random2']
long_description = ( long_description = (
open('README.txt').read() open('README.rst').read()
+ '\n' + + '\n' +
open('CHANGES.txt').read() open('CHANGES.rst').read()
) )
setup(name="ZEO", setup(name="ZEO",
version='4.0.0b1', version='4.0.0b1',
......
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