diff --git a/setup.py b/setup.py index 1c1d510..79a12f7 100755 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -from distutils.core import setup +from setuptools import setup from os import path this_directory = path.abspath(path.dirname(__file__))