cosmetic touchups

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

View File

@ -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
)
)