Skip to content

Commit 7e7b0c7

Browse files
update description inside Deluge
1 parent 2ec183a commit 7e7b0c7

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed

egg/DefaultTrackers-0.1-py2.7.egg

4 Bytes
Binary file not shown.

setup.py

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1+
# -*- coding: utf-8 -*-
12
#
23
# setup.py
34
#
4-
# Copyright (C) 2013-2015 Stefan Talpalaru <[email protected]>
5+
# Copyright (C) 2013-2016 Stefan Talpalaru <[email protected]>
56
#
67
# Basic plugin template created by:
78
# Copyright (C) 2008 Martijn Voncken <[email protected]>
@@ -38,22 +39,22 @@
3839
# statement from all source files in the program, then also delete it here.
3940
#
4041

41-
from setuptools import setup, find_packages
42+
from setuptools import setup
4243

4344
__plugin_name__ = "DefaultTrackers"
44-
__author__ = "Stefan Talpalaru"
45+
__author__ = u"Ștefan Talpalaru"
4546
__author_email__ = "[email protected]"
4647
__version__ = "0.1"
4748
__url__ = "https://github.com/stefantalpalaru/deluge-default-trackers"
4849
__license__ = "GPLv3"
49-
__description__ = "Add a list of default trackers to all the torrents"
50+
__description__ = "Add a list of default trackers to all the public torrents"
5051
__long_description__ = """
51-
Create a list of default trackers that will be added to new torrents (and old
52-
ones after restarting Deluge). The plugin will not duplicate existing trackers
53-
and does not care how the torrent was added so it works perfectly fine with
54-
infohashes.
52+
Create a list of default trackers that will be added to new public torrents
53+
(and old ones after restarting Deluge). The plugin will not duplicate existing
54+
trackers and does not care how the torrent was added so it works perfectly fine
55+
with infohashes.
5556
56-
Don't use this plugin if you have private torrents where the details are not
57+
Private torrents are excluded on purpose, because their metadata is not
5758
supposed to reach public trackers.
5859
"""
5960
__pkg_data__ = {__plugin_name__.lower(): ["data/*"]}

0 commit comments

Comments
 (0)