Make myself the only author of this branch.

This commit is contained in:
Andrew Resch 2007-09-07 08:20:20 +00:00
commit 05a0a8a6a4

View file

@ -94,11 +94,9 @@ for path in glob.glob('deluge/plugins/*'):
setup( setup(
name = "deluge", name = "deluge",
fullname = "Deluge Bittorent Client", fullname = "Deluge Bittorent Client",
version = "0.6", version = "0.6.0.0",
author = "Zach Tibbitts, Alon Zakai, Marcos Pinto, Andrew Resch", author = "Andrew Resch",
author_email = "zach@collegegeek.org, kripkensteiner@gmail.com, \ author_email = "andrewresch@gmail.com",
marcospinto@dipconsultants.com, \
andrewresch@gmail.com",
description = "GTK+ bittorrent client", description = "GTK+ bittorrent client",
url = "http://deluge-torrent.org", url = "http://deluge-torrent.org",
license = "GPLv2", license = "GPLv2",