diff --git a/README.rst b/README.rst
index e4be405..97fe0f3 100644
--- a/README.rst
+++ b/README.rst
@@ -5,67 +5,22 @@
BluePyEfe: Blue Brain Python E-feature extraction
=================================================
-.. raw:: html
-
-
-
- Latest Release |
-
-
-
-
- |
-
-
- Documentation |
-
-
-
-
- |
-
-
- License |
-
-
-
-
- |
-
-
- Build Status |
-
-
-
-
- |
-
-
-
- DOI |
-
-
-
-
- |
-
-
- Gitter |
-
-
-
-
- |
-
-
- Coverage |
-
-
-
-
- |
-
-
++----------------+------------+
+| Latest Release | |pypi| |
++----------------+------------+
+| Documentation | |docs| |
++----------------+------------+
+| License | |license| |
++----------------+------------+
+| Build Status | |tests| |
++----------------+------------+
+| Coverage | |coverage| |
++----------------+------------+
+| Citation | |zenodo| |
++----------------+------------+
+| Gitter | |gitter| |
++----------------+------------+
+
Introduction
============
@@ -140,6 +95,28 @@ Funding
This work has been partially funded by the European Union Seventh Framework Program (FP7/20072013) under grant agreement no. 604102 (HBP), and by the European Union’s Horizon 2020 Framework Programme for Research and Innovation under the Specific Grant Agreements No. 720270 (Human Brain Project SGA1) and No. 785907 (Human Brain Project SGA2) and by the EBRAINS research infrastructure, funded from the European Union’s Horizon 2020 Framework Programme for Research and Innovation under the Specific Grant Agreement No. 945539 (Human Brain Project SGA3).
+.. |pypi| image:: https://img.shields.io/pypi/v/bluepyefe.svg
+ :target: https://pypi.org/project/bluepyefe/
+ :alt: latest release
+.. |docs| image:: https://readthedocs.org/projects/bluepyefe/badge/?version=latest
+ :target: https://bluepyefe.readthedocs.io/
+ :alt: latest documentation
+.. |license| image:: https://img.shields.io/pypi/l/bluepyefe.svg
+ :target: https://github.com/BlueBrain/bluepyefe/blob/master/LICENSE.txt
+ :alt: license
+.. |tests| image:: https://github.com/BlueBrain/BluePyEfe/workflows/Build/badge.svg?branch=master
+ :target: https://github.com/BlueBrain/BluePyEfe/actions
+ :alt: Actions build status
+.. |coverage| image:: https://codecov.io/github/BlueBrain/BluePyEfe/coverage.svg?branch=master
+ :target: https://codecov.io/gh/BlueBrain/BluePyEfe
+ :alt: coverage
+.. |gitter| image:: https://badges.gitter.im/Join%20Chat.svg
+ :target: https://gitter.im/bluebrain/bluepyefe
+ :alt: gitter
+.. |zenodo| image:: https://zenodo.org/badge/DOI/10.5281/zenodo.3728191.svg
+ :target: https://doi.org/10.5281/zenodo.3728191
+ :alt: DOI
+
..
The following image is also defined in the index.rst file, as the relative path is
different, depending from where it is sourced.
diff --git a/pyproject.toml b/pyproject.toml
index 81c4776..cfd5290 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -46,3 +46,6 @@ Documentation = "https://bluepyefe.readthedocs.io/en/latest"
[tool.setuptools_scm]
version_scheme = "python-simplified-semver"
local_scheme = "no-local-version"
+
+[tool.setuptools.packages.find]
+include = ["bluepyefe"]