Skip to content

Commit 0db8938

Browse files
committed
fix: improve authorship & links [cd build]
1 parent 25b4b30 commit 0db8938

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

pyproject.toml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
name = "Auto-Sklong"
33
description = "A package for automated machine learning based on scikit-learn and sklong to tackle the longitudinal machine learning classificationt tasks."
44
readme = "README.md"
5-
version = "0.0.5"
5+
version = "0.0.6"
66
authors = [
7-
{ name = "Pieter Gijsbers", email = "[email protected]" },
8-
{ name = "Provost Simon", email = "[email protected]" },
7+
{ name = "Provost Simon", email = "[email protected]" }, # First author & maintainer
8+
{ name = "Pieter Gijsbers", email = "[email protected]" }, # Author of GAMA, credited for the original work
99
]
1010
license = { text = "MIT" }
1111
classifiers = [
@@ -61,9 +61,11 @@ doc = [
6161
]
6262

6363
[urls]
64-
github = "https://github.com/simonprovost/Auto-Sklong"
65-
documentation = "https://simonprovost.github.io/Auto-Sklong/"
66-
"bug tracker" = "https://github.com/simonprovost/Auto-Sklong/issues"
64+
Homepage = "https://github.com/simonprovost/Auto-Sklong"
65+
Documentation = "https://auto-sklong.readthedocs.io/en/latest/"
66+
Releases = "https://github.com/simonprovost/auto-sklong/releases"
67+
Repository = "https://github.com/simonprovost/Auto-Sklong"
68+
Issues = "https://github.com/simonprovost/Auto-Sklong/issues"
6769

6870
[project.scripts]
6971
gama = "gama.utilities.cli:main"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)