From 780c3eddcfa6141204ac29d95d7ca714466437dd Mon Sep 17 00:00:00 2001 From: Jochen Sprickerhof Date: Mon, 5 Jan 2015 00:41:50 +0100 Subject: [PATCH] Change distutils to setuptools --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4d93ce1..4ae07df 100755 --- a/setup.py +++ b/setup.py @@ -36,7 +36,7 @@ For further information, please visit the `Radicale Website """ -from distutils.core import setup +from setuptools import setup import radicale