Commit 59afa85d authored by Vincent Pelletier's avatar Vincent Pelletier

Include jinja2 documentation in long description.

parent e377abcf
......@@ -6,6 +6,8 @@ name = 'slapos.recipe.template'
long_description = open("README.txt").read() + "\n" + \
open(os.path.join('slapos', 'recipe',
'template', "README.txt")).read() + "\n" + \
open(os.path.join('slapos', 'recipe',
'template', "README.jinja2.txt")).read() + "\n" + \
open("CHANGES.txt").read() + "\n"
setup(name=name,
......
Usage
=====
Jinja2 usage
============
Getting started
---------------
......
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