Commit 47d7a154 by Omer Katz

Marking the author string as unicode causes setup to fail for Python 3.2

I simply removed it so it will be able to install.
parent 8d1952f3
...@@ -41,7 +41,7 @@ setup( ...@@ -41,7 +41,7 @@ setup(
name='lettuce', name='lettuce',
version='0.2.16', version='0.2.16',
description='Behaviour Driven Development for python', description='Behaviour Driven Development for python',
author=u'Gabriel Falcao', author='Gabriel Falcao',
author_email='gabriel@nacaolivre.org', author_email='gabriel@nacaolivre.org',
url='http://lettuce.it', url='http://lettuce.it',
packages=get_packages(), packages=get_packages(),
......
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