Commit ba0e7204 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

fix RST syntax.

parent 314a2e70
...@@ -14,4 +14,4 @@ Changes ...@@ -14,4 +14,4 @@ Changes
0.1 (2013-04-12) 0.1 (2013-04-12)
---------------- ----------------
* Initial release, forking from hexagonit.recipe.cmmi (https://github.com/hexagonit/hexagonit.recipe.cmmi) * Initial release, forking from hexagonit.recipe.cmmi (https://github.com/hexagonit/hexagonit.recipe.cmmi)
\ No newline at end of file
...@@ -18,13 +18,10 @@ setup( ...@@ -18,13 +18,10 @@ setup(
+ '\n' + + '\n' +
read('CHANGES.txt') read('CHANGES.txt')
+ '\n' + + '\n' +
'Detailed Documentation\n'
'**********************\n'
+ '\n' +
read('slapos', 'recipe', 'cmmi', 'README.txt') read('slapos', 'recipe', 'cmmi', 'README.txt')
+ '\n' + + '\n' +
'Download\n' 'Download\n'
'***********************\n' '========\n'
), ),
classifiers=[ classifiers=[
'Framework :: Buildout :: Recipe', 'Framework :: Buildout :: Recipe',
......
...@@ -1132,7 +1132,7 @@ recipe. ...@@ -1132,7 +1132,7 @@ recipe.
Contributors Contributors
************ ============
* Kai Lautaportti (dokai), Author * Kai Lautaportti (dokai), Author
* Cédric de Saint Martin (desaintmartin) * Cédric de Saint Martin (desaintmartin)
......
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