Fixed missing value in context when a form with a different name then form was used.
[Melange.git] / tests / pymox / setup.py
blobe822e3ff1ab717f3f5758caedd63c47fef859e78
1 #!/usr/bin/python2.4
2 from distutils.core import setup
4 setup(name='mox',
5 version='0.5.0',
6 py_modules=['mox', 'stubout'],
7 url='http://code.google.com/p/pymox/',
8 maintainer='pymox maintainers',
9 maintainer_email='mox-discuss@googlegroups.com',
10 license='Apache License, Version 2.0',
11 description='Mock object framework',
12 long_description='''Mox is a mock object framework for Python based on the
13 Java mock object framework EasyMock.''',