mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-10 02:18:41 +00:00
Make myself the only author of this branch.
This commit is contained in:
parent
02874799f2
commit
05a0a8a6a4
1 changed files with 3 additions and 5 deletions
8
setup.py
8
setup.py
|
@ -94,11 +94,9 @@ for path in glob.glob('deluge/plugins/*'):
|
||||||
setup(
|
setup(
|
||||||
name = "deluge",
|
name = "deluge",
|
||||||
fullname = "Deluge Bittorent Client",
|
fullname = "Deluge Bittorent Client",
|
||||||
version = "0.6",
|
version = "0.6.0.0",
|
||||||
author = "Zach Tibbitts, Alon Zakai, Marcos Pinto, Andrew Resch",
|
author = "Andrew Resch",
|
||||||
author_email = "zach@collegegeek.org, kripkensteiner@gmail.com, \
|
author_email = "andrewresch@gmail.com",
|
||||||
marcospinto@dipconsultants.com, \
|
|
||||||
andrewresch@gmail.com",
|
|
||||||
description = "GTK+ bittorrent client",
|
description = "GTK+ bittorrent client",
|
||||||
url = "http://deluge-torrent.org",
|
url = "http://deluge-torrent.org",
|
||||||
license = "GPLv2",
|
license = "GPLv2",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue