diff --git a/README.md b/README.md
index 58435eec8d..157e18ce7a 100644
--- a/README.md
+++ b/README.md
@@ -1,9 +1,13 @@
[](https://travis-ci.org/eth-cscs/reframe)
[](https://reframe-hpc.readthedocs.io/en/latest/?badge=latest)
-[](https://codecov.io/github/eth-cscs/reframe)
+[](https://codecov.io/github/eth-cscs/reframe)
+
+
+
[](https://badge.fury.io/py/ReFrame-HPC)
+
+[](https://reframe-slack.herokuapp.com/)
[](https://opensource.org/licenses/BSD-3-Clause)
-[](https://reframe-slack.herokuapp.com/)
# ReFrame
diff --git a/setup.py b/setup.py
index bc9f179d2c..d29be39a50 100644
--- a/setup.py
+++ b/setup.py
@@ -3,7 +3,7 @@
from reframe import VERSION
with open('README.md') as read_me:
- long_description = ''.join(read_me.readlines()[6:])
+ long_description = ''.join(read_me.readlines()[11:])
setuptools.setup(
name='ReFrame-HPC',