]> git.dolda2000.com Git - automanga.git/commitdiff
Added getmanga to installed programs.
authorFredrik Tolf <fredrik@dolda2000.com>
Mon, 15 May 2017 03:06:03 +0000 (05:06 +0200)
committerFredrik Tolf <fredrik@dolda2000.com>
Mon, 15 May 2017 03:06:03 +0000 (05:06 +0200)
setup.py

index 5d1074349ded271e0d391d3ebefb8d7b4f3d2c94..65463f5a1e7040ac2ef7c7e6b612fdb42d92ce01 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -6,4 +6,4 @@ setup(name = "automanga",
       version = "1",
       description = "Automanga",
       packages = ["manga"],
-      scripts = ["automanga"])
+      scripts = ["automanga", "getmanga"])