diff --git a/README.rst b/README.rst index a259da5..0f5a1f7 100644 --- a/README.rst +++ b/README.rst @@ -3,10 +3,8 @@ The Joker [YO-ker] .. image:: https://img.shields.io/badge/Made%20at-%23AstroHackWeek-8063d5.svg?style=flat :target: http://astrohackweek.org/ -.. image:: https://circleci.com/gh/adrn/thejoker.svg?style=svg - :target: https://circleci.com/gh/adrn/thejoker -.. image:: https://codecov.io/gh/adrn/thejoker/branch/main/graph/badge.svg - :target: https://codecov.io/gh/adrn/thejoker +.. image:: https://github.com/adrn/thejoker/actions/workflows/ci.yml/badge.svg + :target: https://github.com/adrn/thejoker/actions/workflows/ci.yml A custom Monte Carlo sampler for the two-body problem. diff --git a/pyproject.toml b/pyproject.toml index d10a153..e8e306f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -76,6 +76,7 @@ include = ["thejoker", "thejoker.*"] [tool.setuptools_scm] version_file = "thejoker/_version.py" +"local_scheme" = "no-local-version" [tool.pytest.ini_options] testpaths = ["thejoker", "docs"]