Skip to content

Commit

Permalink
Updated setup.py and todo.txt for release 0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rlisagor committed Apr 30, 2010
1 parent ef8e1dd commit 1374d57
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = '[email protected]',
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'])],
Expand Down
6 changes: 2 additions & 4 deletions todo.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 1374d57

Please sign in to comment.