From c5e388aeee65d263578b16bd945f34a48c11a99a Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Mon, 17 Mar 2014 12:58:38 +0100 Subject: Switch from distutils to setuptools --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f79ef8e..1da9283 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ #!/usr/bin/python # vim: set fileencoding=utf-8 : -from distutils.core import setup +from setuptools import setup data_files = [] -- cgit v1.2.3