Skip to content

Commit a928e19

Browse files
committed
retry
1 parent e6bea07 commit a928e19

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pyproject.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ dependencies = [
2424
"jsonschema", # for spec validation
2525
]
2626
[project.urls]
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"
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"
3333

3434
[project.scripts]
3535
sigmf_validate = "sigmf.validate:main"

0 commit comments

Comments
 (0)