diff --git a/setup.py b/setup.py index e4a6e2b..f8df590 100755 --- a/setup.py +++ b/setup.py @@ -35,11 +35,7 @@ For further information, please visit the `Radicale Website """ -import os -import shutil - -from distutils.core import setup, Command -from distutils.command.build_scripts import build_scripts +from distutils.core import setup # When the version is updated, ``version`` and ``download_url`` must be modified # A new section in the ``NEWS`` file must be added too