From 65d91a2a968b5910ba276c0e6339eaea757497db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bernardas=20Ali=C5=A1auskas?= <619farkeman@gmail.com> Date: Tue, 10 Mar 2015 15:32:38 +0200 Subject: [PATCH] Replacing outdated distutils to setuptools --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1a9afff..f9a96fc 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ #!/usr/bin/python -from distutils.core import Command, setup +from setuptools import Command, setup import unittest UNITTESTS = [