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"