Переглянути джерело

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