[skip ci] strip whitespace from VERSION
This commit is contained in:
parent
582f895d18
commit
cc6f771368
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue