summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorrsiddharth <rsd@gnu.org>2015-10-06 10:39:51 -0400
committerrsiddharth <rsd@gnu.org>2015-10-06 10:39:51 -0400
commitf520bf0d4cdc14dbcf2c12c08186ca42e6b1a568 (patch)
treee189572155fa967a3e123c7c3b76259b7e2b7f0a /setup.py
parent5575e1ac9a07701746b0cac1503f66479c92dda1 (diff)
updated setup.py
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index c6caa81..a1d42ac 100644
--- a/setup.py
+++ b/setup.py
@@ -8,7 +8,7 @@ config = {
'author': 'rsiddharth',
'url': 'URL to get it at.',
'download_url': 'Where to download it.',
- 'author_email': 'rsiddharth@ninthfloor.org',
+ 'author_email': 'rsd@gnu.org',
'version': '0.0',
'install_requires': ['nose'],
'packages': ['lpschedule'],