diff --git a/setup.py b/setup.py index dcbf3a6..04b9aa4 100755 --- a/setup.py +++ b/setup.py @@ -8,8 +8,8 @@ import subprocess from setuptools import setup, find_packages from setuptools.command.install_lib import install_lib as _install_lib +from setuptools.command.sdist import sdist from distutils.command.build import build as _build -from distutils.command.sdist import sdist from distutils.cmd import Command class compile_translations(Command):