Skip to content

Commit e6bea07

Browse files
committed
add links for shields
1 parent 4cf4a4e commit e6bea07

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<p align="center"><img src="https://github.com/sigmf/SigMF/blob/v1.2.0/logo/sigmf_logo.png" alt="Rendered SigMF Logo"/></p>
22

3-
![Read the Docs](https://img.shields.io/readthedocs/sigmf)
4-
![PyPI - Downloads](https://img.shields.io/pypi/dm/sigmf)
5-
![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/sigmf/sigmf-python/main.yml)
3+
[![Read the Docs](https://img.shields.io/readthedocs/sigmf)](https://sigmf.readthedocs.io/en/latest/)
4+
[![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/sigmf/sigmf-python/main.yml)](https://github.com/sigmf/sigmf-python/actions?query=branch%3Amain)
5+
[![PyPI - Downloads](https://img.shields.io/pypi/dm/sigmf)](https://pypi.org/project/SigMF/)
66

77
This python module makes it easy to interact with Signal Metadata Format
88
(SigMF) recordings. This module works with Python 3.7+ and is distributed

pyproject.toml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ classifiers = [
77
"License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)",
88
"Operating System :: OS Independent",
99
"Programming Language :: Python :: 3",
10+
"Programming Language :: Python :: 3.7",
1011
"Programming Language :: Python :: 3.8",
1112
"Programming Language :: Python :: 3.9",
1213
"Programming Language :: Python :: 3.10",
@@ -23,7 +24,13 @@ dependencies = [
2324
"jsonschema", # for spec validation
2425
]
2526
[project.urls]
26-
repository = "https://github.com/sigmf/sigmf-python"
27+
Repository = "https://github.com/sigmf/sigmf-python"
28+
Documentation = "https://sigmf.readthedocs.io/en/latest/"
29+
Issues = "https://github.com/sigmf/sigmf-python/issues"
30+
Specification (HTML) = "https://sigmf.org/"
31+
Specification (PDF) = "https://sigmf.github.io/SigMF/sigmf-spec.pdf"
32+
Specification (Repo) = "https://github.com/sigmf/SigMF"
33+
2734
[project.scripts]
2835
sigmf_validate = "sigmf.validate:main"
2936
sigmf_convert_wav = "sigmf.apps.convert_wav:main [apps]"

0 commit comments

Comments
 (0)