setup.py: do not run compile_translations as part of sdist

This commit is contained in:
Benjamin Dauvergne 2016-06-03 17:33:27 +02:00
parent 110f49a66f
commit 54d763f430
1 changed files with 0 additions and 2 deletions

View File

@ -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')