Release slapos.recipe.template-2.3

parent 65cd02ec
2.3 (unreleased)
2.3 (2012-03-29)
================
* Add jinja2 entry point with jinja2 template support. [Vincent Pelletier]
......
from setuptools import setup, find_packages
import os
version = '2.3-dev'
version = '2.3'
name = 'slapos.recipe.template'
long_description = open("README.txt").read() + "\n" + \
open(os.path.join('slapos', 'recipe',
......
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