Skip to content

Commit 21a7e28

Browse files
committed
Update project metadata in pyproject.toml
Clarify package description to mention pose estimation experiments with DeepLabCut; fix authors by splitting the previous entry into two distinct authors (M-Lab of Adaptive Intelligence and Mathis Group for Computational Neuroscience and AI) with their respective emails; add a FIXME comment to the Documentation URL to mark docs as a placeholder.
1 parent ae9550c commit 21a7e28

1 file changed

Lines changed: 7 additions & 4 deletions

File tree

pyproject.toml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ requires = [ "setuptools>=68" ]
55
[project]
66
name = "deeplabcut-live-gui"
77
version = "2.0.0rc0" # PLACEHOLDER
8-
description = "PySide6-based GUI to run real time DeepLabCut experiments"
8+
description = "PySide6-based GUI to run real time pose estimation experiments with DeepLabCut"
99
readme = "README.md"
1010
keywords = [ "deep learning", "deeplabcut", "gui", "pose estimation", "real-time" ]
1111
license-files = [ "LICENSE" ]
@@ -34,8 +34,11 @@ dependencies = [
3434
"vidgear[core]",
3535
]
3636
[[project.authors]]
37-
name = "A. & M. Mathis Labs"
38-
email = "adim@deeplabcut.org"
37+
name = "M-Lab of Adaptive Intelligence"
38+
email = "mackenzie@deeplabcut.org"
39+
[[project.authors]]
40+
name = "Mathis Group for Computational Neuroscience and AI"
41+
email = "alexander@deeplabcut.org"
3942
[project.optional-dependencies]
4043
all = [ "harvesters", "pypylon" ]
4144
basler = [ "pypylon" ]
@@ -65,7 +68,7 @@ tf = [
6568
dlclivegui = "dlclivegui:main"
6669
[project.urls]
6770
"Bug Tracker" = "https://github.com/DeepLabCut/DeepLabCut-live-GUI/issues"
68-
Documentation = "https://github.com/DeepLabCut/DeepLabCut-live-GUI"
71+
Documentation = "https://github.com/DeepLabCut/DeepLabCut-live-GUI" # FIXME @C-Achard replace once docs are up
6972
Homepage = "https://github.com/DeepLabCut/DeepLabCut-live-GUI"
7073
Repository = "https://github.com/DeepLabCut/DeepLabCut-live-GUI"
7174

0 commit comments

Comments
 (0)