Skip to content

Commit

Permalink
fix readme and no-local-version for testpypi uploads
Browse files Browse the repository at this point in the history
  • Loading branch information
adrn committed Mar 6, 2024
1 parent 48fa7dc commit b290be8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.rst
Expand Up @@ -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.
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Expand Up @@ -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"]
Expand Down

0 comments on commit b290be8

Please sign in to comment.