Commit 075337dc authored by Łukasz Nowak's avatar Łukasz Nowak

Fix description and prepare 2.1.

parent 3d4b735e
2.1 (2011-10-12)
================
* Description update. [Łukasz Nowak]
2.0 (2011-10-12)
================
......
from setuptools import setup, find_packages
import os
version = '2.0'
version = '2.1'
name = 'slapos.recipe.template'
long_description = open("README.txt").read() + "\n" + \
open(os.path.join('slapos', 'recipe',
......@@ -12,7 +12,7 @@ long_description = open("README.txt").read() + "\n" + \
# https://bugs.launchpad.net/zc.buildout/+bug/85604
setup(name=name,
version=version,
description="collective.recipe.template with network input support.",
description="Templating recipe with remote resource support.",
long_description=long_description,
classifiers=[
"Framework :: Buildout :: 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