set a description for every application
This commit is contained in:
parent
0a4e05e509
commit
78bfa70f23
19 changed files with 34 additions and 1 deletions
|
|
@ -80,6 +80,8 @@ class Weboorrents(ReplApplication):
|
|||
APPNAME = 'weboorrents'
|
||||
VERSION = '0.5'
|
||||
COPYRIGHT = 'Copyright(C) 2010 Romain Bignon'
|
||||
DESCRIPTION = "Weboorrents is a console application to search torrents on supported trackers " \
|
||||
"and to download .torrent files."
|
||||
CAPS = ICapTorrent
|
||||
EXTRA_FORMATTERS = {'torrent_list': TorrentListFormatter,
|
||||
'torrent_info': TorrentInfoFormatter,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue