Skip to content

Commit a1e1352

Browse files
committed
docs: fix license and badges
1 parent 3c957ac commit a1e1352

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Sentry Dynamic Sampling Controller
22

33
[![PyPI](https://img.shields.io/pypi/v/sentry-dynamic-sampling-lib?color=blue)](https://pypi.org/project/sentry-dynamic-sampling-lib/)
4-
![Tests Status](https://github.com/SpikeeLabs/sentry-dynamic-sampling-lib/actions/workflows/.github/workflows/test.yml/badge.svg)
5-
[![codecov](https://codecov.io/gh/SpikeeLabs/sentry-dynamic-sampling-lib/branch/main/graph/badge.svg?token=NK5V6YMWW0)](https://codecov.io/gh/SpikeeLabs/sentry-dynamic-sampling-lib)
4+
![Tests Status](https://github.com/SpikeeLabs/sentry-dynamic-sampling-lib/actions/workflows/.github/workflows/tests.yml/badge.svg)
5+
[![codecov](https://codecov.io/gh/SpikeeLabs/sentry-dynamic-sampling-lib/branch/main/graph/badge.svg?token=RON7F8QTZX)](https://codecov.io/gh/SpikeeLabs/sentry-dynamic-sampling-lib)
66
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/sentry-dynamic-sampling-lib)
77
![PyPI - License](https://img.shields.io/pypi/l/sentry-dynamic-sampling-lib)
88

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ authors = ["jeanloup.monnier <[email protected]>"]
66
maintainers = ["jeanloup.monnier <[email protected]>"]
77
readme = "README.md"
88
packages = [{ include = "sentry_dynamic_sampling_lib" }]
9-
license = "BSD 2"
9+
license = "BSD-2-Clause"
1010
repository = "https://github.com/SpikeeLabs/django-admin-action-tools"
1111

1212
classifiers = [

0 commit comments

Comments
 (0)