Dolda2000 GitWeb
/
automanga.git
/ blame_incremental
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(non-incremental) |
history
|
HEAD
getmanga: Introduce a bit of retry logic in opening pages.
[automanga.git]
/
setup.py
This page requires JavaScript to run. Use
this page
instead.
... / ...
Commit
Line
Data
1
#!/usr/bin/python3
2
3
from distutils.core import setup
4
5
setup(name = "automanga",
6
version = "1",
7
description = "Automanga",
8
packages = ["manga"],
9
scripts = ["automanga", "getmanga"])