diff --git a/setup.py b/setup.py index 4c7b5ab..5a64fb9 100644 --- a/setup.py +++ b/setup.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -from distutils.core import setup +from setuptools import setup import sys, os sys.path.insert(0, os.path.join(os.path.dirname(__file__), 'pillarsdk'))