changeset 12:2318792b83c6

Small PEP8 fixes and add author email.
author Simon Cross <hodgestar@gmail.com>
date Sun, 01 Sep 2013 14:08:42 +0200
parents 1cd05cfec375
children b410c7153d52 980339c28b42
files setup.py
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/setup.py	Sun Sep 01 14:04:01 2013 +0200
+++ b/setup.py	Sun Sep 01 14:08:42 2013 +0200
@@ -15,7 +15,7 @@
 # This should probably be pulled from constants.py
 VERSION_STR = "0.1a"
 
-setup(   # Metadata
+setup(
     name="nagslang",
     version=VERSION_STR,
     description="naglsang: Game for PyWeek 17",
@@ -30,7 +30,7 @@
         "David Sharpe",
         "Jeremy Thurgood",
     ])),
-    author_email="",
+    author_email="ctpug@googlegroups.com",
 
     maintainer="Nagslang Team",
     maintainer_email="ctpug@googlegroups.com",