Commit 249e1c45 authored by Jérome Perrin's avatar Jérome Perrin

Fix README extension

This is restructured text.
parent 2de7734a
...@@ -18,7 +18,7 @@ setup( ...@@ -18,7 +18,7 @@ setup(
+ '\n' + + '\n' +
read('CHANGELOG.rst') read('CHANGELOG.rst')
+ '\n' + + '\n' +
read('slapos', 'recipe', 'cmmi', 'README.txt') read('slapos', 'recipe', 'cmmi', 'README.rst')
+ '\n' + + '\n' +
'Download\n' 'Download\n'
'========\n' '========\n'
......
...@@ -321,7 +321,7 @@ class NonInformativeTests(unittest.TestCase): ...@@ -321,7 +321,7 @@ class NonInformativeTests(unittest.TestCase):
def test_suite(): def test_suite():
suite = unittest.TestSuite(( suite = unittest.TestSuite((
doctest.DocFileSuite( doctest.DocFileSuite(
'README.txt', 'README.rst',
setUp=setUp, setUp=setUp,
tearDown=zc.buildout.testing.buildoutTearDown, tearDown=zc.buildout.testing.buildoutTearDown,
optionflags=optionflags, optionflags=optionflags,
......
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