-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
70afcd9
commit fe46d3c
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -42,10 +42,10 @@ | |
__plugin_name__ = "SeedTime" | ||
__author__ = "Chase Sterling" | ||
__author_email__ = "[email protected]" | ||
__version__ = "0.5" | ||
__version__ = "1.0.dev1" | ||
__url__ = "" | ||
__license__ = "GPLv3" | ||
__description__ = "Allows setting torrents to automatically pause after seeding for a certain time." | ||
__description__ = "Allows pausing or removing torrents after seeding for a certain time." | ||
__long_description__ = __description__ | ||
__pkg_data__ = {"deluge.plugins."+__plugin_name__.lower(): ["template/*", "data/*"]} | ||
|
||
|