cosmetic touchups

This commit is contained in:
Marcos Pinto 2007-05-23 14:32:04 +00:00
commit b1c4b4d448

View file

@ -60,8 +60,8 @@ python_version = platform.python_version()[0:3]
NAME = "deluge" NAME = "deluge"
FULLNAME = "Deluge BitTorrent Client" FULLNAME = "Deluge BitTorrent Client"
VERSION = "0.5.0" VERSION = "0.5.0"
AUTHOR = "Zach Tibbitts, Alon Zakai" AUTHOR = "Zach Tibbitts, Alon Zakai, Marcos Pinto"
EMAIL = "zach@collegegeek.org, kripkensteiner@gmail.com" EMAIL = "zach@collegegeek.org, kripkensteiner@gmail.com, marcospinto@dipconsultants.com"
DESCRIPTION = "A bittorrent client written in PyGTK" DESCRIPTION = "A bittorrent client written in PyGTK"
URL = "http://deluge-torrent.org" URL = "http://deluge-torrent.org"
LICENSE = "GPLv2" LICENSE = "GPLv2"