Skip to content

Commit 2bda937

Browse files
author
Vasileios Karakasis
committed
Address PR comments
1 parent be290f2 commit 2bda937

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
@@ -3,7 +3,7 @@
33
from reframe import VERSION
44

55
with open('README.md') as read_me:
6-
long_description = ''.join(read_me.readlines()[6:])
6+
long_description = ''.join(read_me.readlines()[11:])
77

88
setuptools.setup(
99
name='ReFrame-HPC',

0 commit comments

Comments
 (0)