Dolda2000 GitWeb
/
automanga.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
64eb9fa
)
Added getmanga to installed programs.
author
Fredrik Tolf
<fredrik@dolda2000.com>
Mon, 15 May 2017 03:06:03 +0000
(
05:06
+0200)
committer
Fredrik Tolf
<fredrik@dolda2000.com>
Mon, 15 May 2017 03:06:03 +0000
(
05:06
+0200)
setup.py
patch
|
blob
|
blame
|
history
diff --git
a/setup.py
b/setup.py
index
5d10743
..
65463f5
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"
])