From 6a6c33a8c6945c660b66310d29d11b7e4d137b52 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaquier=20Aur=C3=A9lien=20Tristan?= Date: Mon, 28 Oct 2024 13:00:16 +0100 Subject: [PATCH 1/2] remove PyPi uncompatible 'raw' in readme --- README.rst | 98 +++++++++++++++++++------------------------------- pyproject.toml | 3 ++ 2 files changed, 40 insertions(+), 61 deletions(-) diff --git a/README.rst b/README.rst index e4be405..f3ee3c2 100644 --- a/README.rst +++ b/README.rst @@ -5,67 +5,22 @@ BluePyEfe: Blue Brain Python E-feature extraction ================================================= -.. raw:: html - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Latest Release - - latest release - -
Documentation - - latest documentation - -
License - - license - -
Build Status - - Actions build status - -
DOI - - DOI - -
Gitter - - - -
Coverage - - coverage - -
++----------------+------------+ +| Latest Release | |pypi| | ++----------------+------------+ +| Documentation | |docs| | ++----------------+------------+ +| License | |license| | ++----------------+------------+ +| Build Status | |tests| | ++----------------+------------+ +| Coverage | |coverage| | ++----------------+------------+ +| Citation | |zenodo| | ++----------------+------------+ +| Gitter | |gitter| | ++----------------+------------+ + Introduction ============ @@ -140,6 +95,27 @@ Funding This work has been partially funded by the European Union Seventh Framework Program (FP7/2007­2013) 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 +.. |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"] From df058f2c391e50bf002305c97538e692820db739 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaquier=20Aur=C3=A9lien=20Tristan?= Date: Mon, 28 Oct 2024 13:06:51 +0100 Subject: [PATCH 2/2] small change --- README.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index f3ee3c2..97fe0f3 100644 --- a/README.rst +++ b/README.rst @@ -103,6 +103,7 @@ This work has been partially funded by the European Union Seventh Framework Prog :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 @@ -111,7 +112,7 @@ This work has been partially funded by the European Union Seventh Framework Prog :alt: coverage .. |gitter| image:: https://badges.gitter.im/Join%20Chat.svg :target: https://gitter.im/bluebrain/bluepyefe - :alt: gitter + :alt: gitter .. |zenodo| image:: https://zenodo.org/badge/DOI/10.5281/zenodo.3728191.svg :target: https://doi.org/10.5281/zenodo.3728191 :alt: DOI