misc: remove combo specific part of get_version

This commit is contained in:
Frédéric Péters 2019-10-14 19:28:34 +02:00
parent 21a4bfbaff
commit 77e5ca6574
1 changed files with 0 additions and 2 deletions

View File

@ -20,8 +20,6 @@ class eo_sdist(sdist):
version = get_version()
with open('VERSION', 'w') as fd:
fd.write(version)
with open('combo/version.py', 'w') as fd:
fd.write('VERSION = %r' % version)
sdist.run(self)
if os.path.exists('VERSION'):
os.remove('VERSION')