From 05a0a8a6a427233821f008a1c7ac87a0d36b782b Mon Sep 17 00:00:00 2001 From: Andrew Resch Date: Fri, 7 Sep 2007 08:20:20 +0000 Subject: [PATCH] Make myself the only author of this branch. --- setup.py | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/setup.py b/setup.py index bb19020dd..ba5c4bdce 100644 --- a/setup.py +++ b/setup.py @@ -94,11 +94,9 @@ for path in glob.glob('deluge/plugins/*'): setup( name = "deluge", fullname = "Deluge Bittorent Client", - version = "0.6", - author = "Zach Tibbitts, Alon Zakai, Marcos Pinto, Andrew Resch", - author_email = "zach@collegegeek.org, kripkensteiner@gmail.com, \ - marcospinto@dipconsultants.com, \ - andrewresch@gmail.com", + version = "0.6.0.0", + author = "Andrew Resch", + author_email = "andrewresch@gmail.com", description = "GTK+ bittorrent client", url = "http://deluge-torrent.org", license = "GPLv2",