File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 11[ ![ Build Status] ( https://travis-ci.org/eth-cscs/reframe.svg?branch=master )] ( https://travis-ci.org/eth-cscs/reframe )
22[ ![ Documentation Status] ( https://readthedocs.org/projects/reframe-hpc/badge/?version=latest )] ( https://reframe-hpc.readthedocs.io/en/latest/?badge=latest )
3- [ ![ codecov.io] ( https://codecov.io/gh/eth-cscs/reframe/branch/master/graph/badge.svg )] ( https://codecov.io/github/eth-cscs/reframe )
3+ [ ![ codecov.io] ( https://codecov.io/gh/eth-cscs/reframe/branch/master/graph/badge.svg )] ( https://codecov.io/github/eth-cscs/reframe ) <br />
4+ ![ GitHub release (latest by date including pre-releases)] ( https://img.shields.io/github/v/release/eth-cscs/reframe?include_prereleases )
5+ ![ GitHub commits since latest release] ( https://img.shields.io/github/commits-since/eth-cscs/reframe/latest )
6+ ![ GitHub contributors] ( https://img.shields.io/github/contributors-anon/eth-cscs/reframe ) <br />
47[ ![ PyPI version] ( https://badge.fury.io/py/ReFrame-HPC.svg )] ( https://badge.fury.io/py/ReFrame-HPC )
8+ ![ PyPI - Python Version] ( https://img.shields.io/pypi/pyversions/reframe-hpc ) <br />
9+ [ ![ Slack] ( https://reframe-slack.herokuapp.com/badge.svg )] ( https://reframe-slack.herokuapp.com/ ) <br />
510[ ![ License] ( https://img.shields.io/badge/License-BSD%203--Clause-blue.svg )] ( https://opensource.org/licenses/BSD-3-Clause )
6- [ ![ Slack] ( https://reframe-slack.herokuapp.com/badge.svg )] ( https://reframe-slack.herokuapp.com/ )
711
812# ReFrame
913
Original file line number Diff line number Diff line change 33from reframe import VERSION
44
55with open ('README.md' ) as read_me :
6- long_description = '' .join (read_me .readlines ()[6 :])
6+ long_description = '' .join (read_me .readlines ()[11 :])
77
88setuptools .setup (
99 name = 'ReFrame-HPC' ,
You can’t perform that action at this time.
0 commit comments