Skip to content

Commit 70b9dc6

Browse files
committed
pypi linkes
1 parent da182cc commit 70b9dc6

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

codemeta.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,10 @@
5656
"https://bids2openminds.readthedocs.io/"
5757
],
5858
"softwareRequirements": [
59-
"https://github.com/openMetadataInitiative/openMINDS_Python",
60-
"https://github.com/bids-standard/pybids",
61-
"https://github.com/pallets/click/",
62-
"https://github.com/derek73/python-nameparser"
59+
"https://pypi.org/project/openMINDS/",
60+
"https://pypi.org/project/pybids/",
61+
"https://pypi.org/project/click/",
62+
"https://pypi.org/project/nameparser/"
6363
],
6464
"version": "0.1.1"
6565
}

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ classifiers = [
2626
[project.scripts]
2727
bids2openminds="bids2openminds.converter:convert_click"
2828

29+
[project.urls]
30+
Documentation = "https://bids2openminds.readthedocs.io/"
31+
2932
[build-system]
3033
requires = ["setuptools >= 61.0"]
3134
build-backend = "setuptools.build_meta"

0 commit comments

Comments
 (0)