Skip to content
Snippets Groups Projects
Commit a0f5502d authored by Raphael Sturgis's avatar Raphael Sturgis
Browse files

added badges to README

parent 0050ce32
No related branches found
No related tags found
1 merge request!6Develop
skais
=====
[![coverage report](https://gitlab.lis-lab.fr/raphael.sturgis/skais/badges/develop/coverage.svg)](https://gitlab.lis-lab.fr/raphael.sturgis/skais/-/commits/develop)
[![pipeline status](https://gitlab.lis-lab.fr/raphael.sturgis/skais/badges/develop/pipeline.svg)](https://gitlab.lis-lab.fr/raphael.sturgis/skais/-/commits/develop)
``skais`` is a Python package for Raphael Sturgis' PhD at LIS and Searoutes.
Install
......
......@@ -69,7 +69,7 @@ def setup_package():
VERSION = get_version()
here = os.path.abspath(os.path.dirname(__file__))
with open(os.path.join(here, 'README.rst'), encoding='utf-8') as f:
with open(os.path.join(here, 'README.md'), encoding='utf-8') as f:
long_description = f.read()
mod_dir = NAME
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment