Added a distutils script.
[automanga.git] / setup.py
diff --git a/setup.py b/setup.py
new file mode 100755 (executable)
index 0000000..d2d2532
--- /dev/null
+++ b/setup.py
@@ -0,0 +1,9 @@
+#!/usr/bin/python
+
+from distutils.core import setup
+
+setup(name = "automanga",
+      version = "1",
+      description = "Automanga",
+      packages = ["manga"],
+      scripts = ["automanga"])