mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 11:35:49 +00:00
cosmetic touchups
This commit is contained in:
parent
defd700c45
commit
b1c4b4d448
1 changed files with 5 additions and 5 deletions
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…
Add table
Reference in a new issue