diff --git a/README.md b/README.md index 20244d40..c3106e00 100644 --- a/README.md +++ b/README.md @@ -1,40 +1,12 @@ - -![NeuroM Logo](doc/source/logo/NeuroM.jpg) +![NeuroM Logo](https://raw.githubusercontent.com/BlueBrain/NeuroM/master/doc/source/logo/NeuroM.jpg) + + # NeuroM NeuroM is a Python toolkit for the analysis and processing of neuron morphologies. - -[![Build Status](https://travis-ci.org/BlueBrain/NeuroM.svg?branch=master)](https://travis-ci.org/BlueBrain/NeuroM) +[![Run all tox python3](https://github.com/BlueBrain/NeuroM/actions/workflows/run-tox.yml/badge.svg)](https://github.com/BlueBrain/NeuroM/actions/workflows/run-tox.yml) [![license](https://img.shields.io/pypi/l/neurom.svg)](https://github.com/BlueBrain/NeuroM/blob/master/LICENSE.txt) [![codecov.io](https://codecov.io/github/BlueBrain/NeuroM/coverage.svg?branch=master)](https://codecov.io/github/BlueBrain/NeuroM?branch=master) [![Documentation Status](https://readthedocs.org/projects/neurom/badge/?version=latest)](http://neurom.readthedocs.io/en/latest/?badge=latest) diff --git a/pyproject.toml b/pyproject.toml index 1f25bf59..69133aef 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ build-backend = "setuptools.build_meta" [project] name = "neurom" description = "NeuroM: a light-weight neuron morphology analysis package" -readme = "README.rst" +readme = "README.md" requires-python = ">=3.8" license = { file = "LICENSE.txt" } authors = [