Commit bd08648f authored by Marco Mariani's avatar Marco Mariani

rel. 0.2

parent 806ad381
......@@ -9,9 +9,9 @@ from setuptools import setup, find_packages
def read(*rnames):
return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
version = '0.2-dev'
version = '0.2'
long_description = read('README.txt') + '\n' + read('CHANGES.txt') + '\n'
long_description = read('README.txt') + '\n'
entry_point = 'slapos.recipe.maarch:Recipe'
entry_points = {"zc.buildout": ["default = %s" % entry_point]}
......
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