From 606bd6bcf12781943f97da4795d7245c57f1f591 Mon Sep 17 00:00:00 2001 From: Marcos Pinto Date: Fri, 6 Jul 2007 02:42:15 +0000 Subject: [PATCH] add andar --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 1846ad20a..f7771714d 100644 --- a/setup.py +++ b/setup.py @@ -29,8 +29,8 @@ NAME = "deluge" FULLNAME = "Deluge BitTorrent Client" VERSION = "0.5.2" -AUTHOR = "Zach Tibbitts, Alon Zakai, Marcos Pinto" -EMAIL = "zach@collegegeek.org, kripkensteiner@gmail.com, marcospinto@dipconsultants.com" +AUTHOR = "Zach Tibbitts, Alon Zakai, Marcos Pinto, Andrew Resch" +EMAIL = "zach@collegegeek.org, kripkensteiner@gmail.com, marcospinto@dipconsultants.com, alonzakai@gmail.com" DESCRIPTION = "A bittorrent client written in PyGTK" URL = "http://deluge-torrent.org" LICENSE = "GPLv2"