Commit b85d5d67 by Gabriel Falcao

stopped using version from the package. closes #220

parent 95f9b08c
......@@ -17,7 +17,6 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
import os
import sys
from lettuce import version
from setuptools import setup
......@@ -36,7 +35,7 @@ if sys.version_info[:2] < (2, 6):
required_modules.append('multiprocessing')
setup(name='lettuce',
version=version,
version='0.2.0',
description='Behaviour Driven Development for python',
author=u'Gabriel Falcao',
author_email='gabriel@nacaolivre.org',
......
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