summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index 8eaa6b2..eb4e7eb 100755
--- a/setup.py
+++ b/setup.py
@@ -6,8 +6,7 @@ setup(name='mox',
py_modules=['mox', 'stubout'],
url='http://code.google.com/p/pymox/',
maintainer='pymox maintainers',
- # TODO(glasser): Make pymox-devel list.
- maintainer_email='pymox-devel@googlegroups.com',
+ maintainer_email='mox-discuss@googlegroups.com',
license='Apache License, Version 2.0',
description='Mock object framework',
long_description='''Mox is a mock object framework for Python based on the