summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authordglasser <dglasser@b1010a0a-674b-0410-b734-77272b80c875>2008-06-16 21:04:49 +0000
committerdglasser <dglasser@b1010a0a-674b-0410-b734-77272b80c875>2008-06-16 21:04:49 +0000
commit5eb62d1ff04dcb6f1b7780258cfda6f0132c2511 (patch)
tree8cd4224a34d04bbd1be834fab8d517a033b5e8dd /setup.py
parent64b3b1421e561b9c2fdd7e66f8d853889b109489 (diff)
downloadpymox-5eb62d1ff04dcb6f1b7780258cfda6f0132c2511.tar.gz
Fix mailing list address.
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