[skip ci] strip whitespace from VERSION

This commit is contained in:
Philip Eisenlohr 2019-12-12 18:10:22 -05:00
parent 582f895d18
commit cc6f771368
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ import setuptools
import os
with open(os.path.join(os.path.dirname(__file__),'damask/VERSION')) as f:
version = f.readline()
version = f.readline().strip()
setuptools.setup(
name="damask",