From c6e035d4112639d1de6be7fab15b797db5f70483 Mon Sep 17 00:00:00 2001 From: Paul Tagliamonte Date: Thu, 14 May 2015 09:24:25 -0400 Subject: [PATCH] Switch from distutils to setuputils This will get us setup.py develop (at least) and is the system that seems to be most popular these days. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 064108f..1c5eb7e 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ # # Copyright (C) 2013 Luca Filipozzi -from distutils.core import setup +from setuptools import setup setup( name = 'ud',