From 1374d5732b845bb21050a376e89c8754a7f4834e Mon Sep 17 00:00:00 2001 From: Roman Lisagor Date: Fri, 30 Apr 2010 11:51:40 -0700 Subject: [PATCH] Updated setup.py and todo.txt for release 0.2 --- setup.py | 4 ++-- todo.txt | 6 ++---- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/setup.py b/setup.py index 7178c5f..f44e288 100644 --- a/setup.py +++ b/setup.py @@ -9,11 +9,11 @@ setup( name='Freshen plugin', install_requires=['pyparsing>=1.5.0', 'PyYAML'], - version='0.1', + version='0.2', author='Roman Lisagor', author_email = 'rlisagor+freshen@gmail.com', description = 'Freshen - clone of the Cucumber BDD framework', - license = 'GNU LGPL', + license = 'GNU GPL', py_modules = ['freshen'], packages = ['freshen'], data_files = [('freshen', ['freshen/languages.yml'])], diff --git a/todo.txt b/todo.txt index 660473d..87c11f6 100644 --- a/todo.txt +++ b/todo.txt @@ -2,10 +2,8 @@ Todo ==== - Django test runner +- Selenium support - Ability to check on scenario status from hooks -- Backgrounds - Strict mode -- License -- Refactor code to be proper classes and use less globals - +- Step argument transforms for tables and multi-line strings