Use setuptools instead of distutils for setup.py.
[automanga.git] / setup.py
index 65463f5..892a35d 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -1,6 +1,6 @@
 #!/usr/bin/python3
 
-from distutils.core import setup
+from setuptools import setup
 
 setup(name = "automanga",
       version = "1",