Explorar el Código

Change distutils to setuptools

Jochen Sprickerhof hace 11 años
padre
commit
780c3eddcf
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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
 import radicale