From 76a91ce3587517d92fc6d60825008702ebf80a45 Mon Sep 17 00:00:00 2001 From: Alessio Bogon Date: Thu, 8 Jan 2015 23:54:12 +0100 Subject: [PATCH] Use setuptools insted of distutils. Distutils is old and basic, setuptools is the current preferred way. See https://python-packaging-user-guide.readthedocs.org/en/latest/current.html --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a747c6d..09e17ed 100644 --- a/setup.py +++ b/setup.py @@ -1,4 +1,4 @@ -from distutils.core import setup +from setuptools import setup import os setup(