Release 2.4

parent ac83dd62
2.4 (Unreleased) 2.4 (2012-06-01)
================ ================
* Provide access to zc.buildout.buildout.dumps when it exists. [Vincent * Provide access to zc.buildout.buildout.dumps when it exists. [Vincent
......
from setuptools import setup, find_packages from setuptools import setup, find_packages
import os import os
version = '2.4-dev' version = '2.4'
name = 'slapos.recipe.template' name = 'slapos.recipe.template'
long_description = open("README.txt").read() + "\n" + \ long_description = open("README.txt").read() + "\n" + \
open(os.path.join('slapos', 'recipe', 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