diff --git a/setup.py b/setup.py index 04b9aa4..c915963 100755 --- a/setup.py +++ b/setup.py @@ -41,8 +41,6 @@ class build(_build): sub_commands = [('compile_translations', None)] + _build.sub_commands class eo_sdist(sdist): - sub_commands = [('compile_translations', None)] + sdist.sub_commands - def run(self): if os.path.exists('VERSION'): os.remove('VERSION')