Change distutils to setuptools

This commit is contained in:
Jochen Sprickerhof 2015-01-05 00:41:50 +01:00
parent f2fc02501c
commit 780c3eddcf

View File

@ -36,7 +36,7 @@ For further information, please visit the `Radicale Website
"""
from distutils.core import setup
from setuptools import setup
import radicale