summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorPrzemyslaw Gajda <quermit@gmail.com>2012-04-30 22:36:52 +0200
committerPrzemyslaw Gajda <quermit@gmail.com>2012-04-30 22:36:52 +0200
commit1e965c9d026ff7299a33a0f18f01163484dc514e (patch)
tree06646648a7cfde8d658d9366fafb979a566c06c0 /setup.py
parente5bec16ee550e4c1d7da00e9d08c0f37ef1e7d33 (diff)
downloadpymox-1e965c9d026ff7299a33a0f18f01163484dc514e.tar.gz
Changed project description.mox3_init
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/setup.py b/setup.py
index e9dbab3..a28ada2 100644
--- a/setup.py
+++ b/setup.py
@@ -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',