Explorar o código

Change distutils to setuptools

Jochen Sprickerhof %!s(int64=11) %!d(string=hai) anos
pai
achega
780c3eddcf
Modificáronse 1 ficheiros con 1 adicións e 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