Skip to content

Commit f3a5bf7

Browse files
committed
strip the tail return.
1 parent a84aa75 commit f3a5bf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ def read(filename):
99

1010

1111
setup(name='veriloggen',
12-
version=read('veriloggen/VERSION'),
12+
version=read('veriloggen/VERSION').splitlines()[0],
1313
description='A Mixed-Paradigm Hardware Construction Framework',
1414
long_description=read('README.md'),
1515
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)