From a460b7ca565d37d345f78b6ab3c06995f825db55 Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Wed, 24 Dec 2014 15:59:51 +0100 Subject: Init cosmetics --- pyload/__init__.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'pyload') diff --git a/pyload/__init__.py b/pyload/__init__.py index ade59b396..e29c81ad7 100644 --- a/pyload/__init__.py +++ b/pyload/__init__.py @@ -27,7 +27,11 @@ __status__ = {1: "Planning", 6: "Mature", 7: "Inactive"}[__status_code__] #: PyPI Development Status Classifiers -__license__ = "GNU Affero General Public License v3" +__description__ = "Fast, lightweight and full featured download manager" + +__license__ = "GNU General Public License v3" + +__website__ = "http://pyload.org" __authors__ = [("Marius" , "mkaay@mkaay.de" ), ("RaNaN" , "Mast3rRaNaN@hotmail.de"), -- cgit v1.2.3