mirror of
https://github.com/codex-storage/deluge.git
synced 2025-02-17 05:47:50 +00:00
cosmetic touchups
This commit is contained in:
parent
defd700c45
commit
b1c4b4d448
10
setup.py
10
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
|
||||
)
|
||||
)
|
Loading…
x
Reference in New Issue
Block a user