diff --git a/python/setup.py b/python/setup.py index f53a08513..7324a6840 100644 --- a/python/setup.py +++ b/python/setup.py @@ -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",