File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change 33</a >
44
55[ ![ Build Status] ( https://github.com/eth-cscs/reframe/workflows/ReFrame%20CI/badge.svg )] ( https://github.com/eth-cscs/reframe/actions?query=workflow%3A%22ReFrame+CI%22 )
6- [ ![ GitHub Super-Linter] ( https://github.com/eth-cscs/reframe/workflows/Lint%20Code%20Base/badge.svg )] ( https://github.com/marketplace/actions/super-linter )
76[ ![ Documentation Status] ( https://readthedocs.org/projects/reframe-hpc/badge/?version=latest )] ( https://reframe-hpc.readthedocs.io/en/latest/?badge=latest )
87[ ![ codecov.io] ( https://codecov.io/gh/eth-cscs/reframe/branch/master/graph/badge.svg )] ( https://codecov.io/github/eth-cscs/reframe ) <br />
98![ GitHub release (latest by date including pre-releases)] ( https://img.shields.io/github/v/release/eth-cscs/reframe?include_prereleases )
Original file line number Diff line number Diff line change 88from reframe import VERSION
99
1010with open ('README.md' ) as read_me :
11- long_description = '' .join (read_me .readlines ()[16 :])
11+ long_description = '' .join (read_me .readlines ()[15 :])
1212
1313setuptools .setup (
1414 name = 'ReFrame-HPC' ,
You can’t perform that action at this time.
0 commit comments