diff options
author | Przemyslaw Gajda <quermit@gmail.com> | 2012-04-30 22:36:52 +0200 |
---|---|---|
committer | Przemyslaw Gajda <quermit@gmail.com> | 2012-04-30 22:36:52 +0200 |
commit | 1e965c9d026ff7299a33a0f18f01163484dc514e (patch) | |
tree | 06646648a7cfde8d658d9366fafb979a566c06c0 /setup.py | |
parent | e5bec16ee550e4c1d7da00e9d08c0f37ef1e7d33 (diff) | |
download | pymox-mox3_init.tar.gz |
Changed project description.mox3_init
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -25,10 +25,10 @@ setup(name='mox3', maintainer='quermit', maintainer_email='quermit@gmail.com', license='Apache License, Version 2.0', - description='Mock object framework (forked from the mox framework)', - long_description=('Mox3 is a mock object framework for Python 3 based on ' - 'the Google mox framework. The library should work ' - 'well with Python 3.2, 2.7 and 2.6'), + description='Mock object framework for Python 3', + long_description=('Mox3 is an unofficial port of the of the mox ' + 'framework to Python 3. The library was tested on ' + 'Python version 3.2, 2.7 and 2.6.'), classifiers=['Programming Language :: Python', 'License :: OSI Approved :: Apache Software License', 'Programming Language :: Python :: 2.6', |