Skip to content

Commit 0a6ec94

Browse files
Update description
1 parent 0c747fe commit 0a6ec94

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "dbs-annotator"
3-
description = "An application for annotating clinical programming sessions."
3+
description = "An application for annotating deep brain stimulation programming sessions."
44
readme = "README.md"
55
requires-python = ">=3.12"
66
authors = [
@@ -59,7 +59,7 @@ dbs-annotator = "dbs_annotator.__main__:main"
5959
[project.urls]
6060
Homepage = "https://github.com/Brain-Modulation-Lab/App_ClinicalDBSAnnot"
6161
Repository = "https://github.com/Brain-Modulation-Lab/App_ClinicalDBSAnnot"
62-
Documentation = "https://app-clinicaldbsannot.readthedocs.io/en/latest/"
62+
Documentation = "https://dbs-annotator.readthedocs.io/en/latest/"
6363

6464
[build-system]
6565
requires = ["hatchling"]
@@ -186,10 +186,10 @@ url = "https://github.com/Brain-Modulation-Lab/App_ClinicalDBSAnnot"
186186

187187
[tool.briefcase.app.dbs_annotator]
188188
formal_name = "DBSAnnotator"
189-
description = "A graphical user interface for annotating DBS clinical programming sessions"
189+
description = "An application for annotating deep brain stimulation programming sessions."
190190
long_description = """
191191
DBS Annotator is a desktop application used to structure and review
192-
deep-brain stimulation programming sessions in a reproducible workflow.
192+
deep brain stimulation programming sessions in a reproducible workflow.
193193
194194
It supports clinicians and researchers by organizing session information,
195195
tracking stimulation settings, and generating standardized exports and reports.

0 commit comments

Comments
 (0)