local: Treat dots/periods as digits in destructuring directories.
[automanga.git] / setup.py
index d2d2532..892a35d 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -1,9 +1,9 @@
-#!/usr/bin/python
+#!/usr/bin/python3
 
-from distutils.core import setup
+from setuptools import setup
 
 setup(name = "automanga",
       version = "1",
       description = "Automanga",
       packages = ["manga"],
-      scripts = ["automanga"])
+      scripts = ["automanga", "getmanga"])