# HG changeset patch # User Simon Cross # Date 1378037322 -7200 # Node ID 2318792b83c6d76b2536461cef8f2f1442443154 # Parent 1cd05cfec3752479a01f3f9e772a420c8b770dd5 Small PEP8 fixes and add author email. diff -r 1cd05cfec375 -r 2318792b83c6 setup.py --- 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",