Browse Source

Merge pull request #249 from jspricke/setuptools

Change distutils to setuptools
Guillaume Ayoub 10 years ago
parent
commit
ba514d7bc2
1 changed files with 1 additions and 1 deletions
  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