Explorar o código

Merge pull request #249 from jspricke/setuptools

Change distutils to setuptools
Guillaume Ayoub %!s(int64=10) %!d(string=hai) anos
pai
achega
ba514d7bc2
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