瀏覽代碼

Change distutils to setuptools

Jochen Sprickerhof 11 年之前
父節點
當前提交
780c3eddcf
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      setup.py

+ 1 - 1
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