From cfd3c3eee9d8133d045a9a9cc8f495e0adb46fd8 Mon Sep 17 00:00:00 2001 From: Theofilos Manitaras Date: Wed, 2 Dec 2020 08:54:59 +0100 Subject: [PATCH] Remove superlinter badge from README --- README.md | 1 - setup.py | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 463b937711..14c9a360d9 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,6 @@ [![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) -[![GitHub Super-Linter](https://github.com/eth-cscs/reframe/workflows/Lint%20Code%20Base/badge.svg)](https://github.com/marketplace/actions/super-linter) [![Documentation Status](https://readthedocs.org/projects/reframe-hpc/badge/?version=latest)](https://reframe-hpc.readthedocs.io/en/latest/?badge=latest) [![codecov.io](https://codecov.io/gh/eth-cscs/reframe/branch/master/graph/badge.svg)](https://codecov.io/github/eth-cscs/reframe)
![GitHub release (latest by date including pre-releases)](https://img.shields.io/github/v/release/eth-cscs/reframe?include_prereleases) diff --git a/setup.py b/setup.py index 81fedc607f..527878ad35 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ from reframe import VERSION with open('README.md') as read_me: - long_description = ''.join(read_me.readlines()[16:]) + long_description = ''.join(read_me.readlines()[15:]) setuptools.setup( name='ReFrame-HPC',