Use setuptools instead of distutils

This commit is contained in:
2016-03-02 10:17:51 +01:00
parent 083c8216f0
commit 675daf9ef6

View File

@@ -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'))