From 72c5507232c65943bfcacf9f7587a63006cf4a91 Mon Sep 17 00:00:00 2001 From: Andrew Psaltis Date: Sun, 12 Apr 2009 02:50:57 -0400 Subject: [PATCH] Added my name to setup.py. --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 1dde53a..d95153d 100755 --- a/setup.py +++ b/setup.py @@ -495,8 +495,8 @@ to easily add encryption methods used. It ships with some common encryption types, such as WPA and WEP. Wicdl will automatically connect at startup to any preferred network within range. """, - author="Adam Blackburn, Dan O'Reilly", - author_email="compwiz18@gmail.com, oreilldf@gmail.com", + author="Adam Blackburn, Dan O'Reilly, Andrew Psaltis", + author_email="compwiz18@gmail.com, oreilldf@gmail.com, ampsaltis@gmail.com", url="http://wicd.net", license="http://www.gnu.org/licenses/old-licenses/gpl-2.0.html", py_modules=['wicd.networking','wicd.misc','wicd.gui','wicd.wnettools',