65463f5a1e7040ac2ef7c7e6b612fdb42d92ce01
[automanga.git] / setup.py
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"])