Fixed progressbar bug.
[automanga.git] / setup.py
1 #!/usr/bin/python
2
3 from distutils.core import setup
4
5 setup(name = "automanga",
6       version = "1",
7       description = "Automanga",
8       packages = ["manga"],
9       scripts = ["automanga"])