mirror of
https://github.com/Kozea/Radicale.git
synced 2025-04-05 14:17:35 +03:00
Merge pull request #249 from jspricke/setuptools
Change distutils to setuptools
This commit is contained in:
commit
ba514d7bc2
1 changed files with 1 additions and 1 deletions
2
setup.py
2
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
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue