mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 03:24:54 +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(
|
||||
name = "deluge",
|
||||
fullname = "Deluge Bittorent Client",
|
||||
version = "0.6",
|
||||
author = "Zach Tibbitts, Alon Zakai, Marcos Pinto, Andrew Resch",
|
||||
author_email = "zach@collegegeek.org, kripkensteiner@gmail.com, \
|
||||
marcospinto@dipconsultants.com, \
|
||||
andrewresch@gmail.com",
|
||||
version = "0.6.0.0",
|
||||
author = "Andrew Resch",
|
||||
author_email = "andrewresch@gmail.com",
|
||||
description = "GTK+ bittorrent client",
|
||||
url = "http://deluge-torrent.org",
|
||||
license = "GPLv2",
|
||||
|
|
Loading…
Add table
Reference in a new issue