From: Fredrik Tolf Date: Mon, 15 May 2017 03:06:03 +0000 (+0200) Subject: Added getmanga to installed programs. X-Git-Url: http://dolda2000.com/gitweb/?p=automanga.git;a=commitdiff_plain;h=7b209a1549e018992b85bcca617e298818313da5 Added getmanga to installed programs. --- diff --git a/setup.py b/setup.py index 5d10743..65463f5 100755 --- a/setup.py +++ b/setup.py @@ -6,4 +6,4 @@ setup(name = "automanga", version = "1", description = "Automanga", packages = ["manga"], - scripts = ["automanga"]) + scripts = ["automanga", "getmanga"])