diff --git a/setup.py b/setup.py index d5fb5de75..acbcd29b6 100644 --- a/setup.py +++ b/setup.py @@ -57,11 +57,11 @@ import msgfmt python_version = platform.python_version()[0:3] -NAME = "deluge" -FULLNAME = "Deluge BitTorrent Client" +NAME = "deluge" +FULLNAME = "Deluge BitTorrent Client" VERSION = "0.5.0" -AUTHOR = "Zach Tibbitts, Alon Zakai" -EMAIL = "zach@collegegeek.org, kripkensteiner@gmail.com" +AUTHOR = "Zach Tibbitts, Alon Zakai, Marcos Pinto" +EMAIL = "zach@collegegeek.org, kripkensteiner@gmail.com, marcospinto@dipconsultants.com" DESCRIPTION = "A bittorrent client written in PyGTK" URL = "http://deluge-torrent.org" LICENSE = "GPLv2" @@ -298,4 +298,4 @@ setup(name=NAME, fullname=FULLNAME, version=VERSION, ext_package='deluge', ext_modules=[deluge_core, upnp], cmdclass=cmdclass -) +) \ No newline at end of file