Skip to content

Commit 5da7a45

Browse files
committed
fix: fix links for PyPI [cd build]
1 parent 0db8938 commit 5da7a45

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[project]
22
name = "Auto-Sklong"
3-
description = "A package for automated machine learning based on scikit-learn and sklong to tackle the longitudinal machine learning classificationt tasks."
3+
description = "A package for automated machine learning based on scikit-learn and sklong to tackle the longitudinal machine learning classification tasks."
44
readme = "README.md"
5-
version = "0.0.6"
5+
version = "0.0.8"
66
authors = [
77
{ name = "Provost Simon", email = "[email protected]" }, # First author & maintainer
88
{ name = "Pieter Gijsbers", email = "[email protected]" }, # Author of GAMA, credited for the original work
@@ -60,7 +60,7 @@ doc = [
6060
"mkdocs-material[emoji,imaging]",
6161
]
6262

63-
[urls]
63+
[project.urls]
6464
Homepage = "https://github.com/simonprovost/Auto-Sklong"
6565
Documentation = "https://auto-sklong.readthedocs.io/en/latest/"
6666
Releases = "https://github.com/simonprovost/auto-sklong/releases"

0 commit comments

Comments
 (0)