Skip to content

Commit 4b2b631

Browse files
Update pyproject.toml
1 parent 0a7082b commit 4b2b631

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ version = "0.0.1"
88
authors = [
99
{ name="Frederik P. Høngaard", email="mail@frederikhoengaard.com" },
1010
]
11-
description = "A small example package"
11+
description = "lazy-learn is a high-level Python interface for automated machine learning (AutoML) for the lazy data scientist. While there are many AutoML libraries available each typically solves a niche area of the overall ML pipeline without providing a covering and approachable end-to-end system. lazy-learn aims at providing the most approachable and fastest access to building baseline models."
1212
readme = "README.md"
1313
requires-python = ">=3.7"
1414
classifiers = [
@@ -18,4 +18,4 @@ classifiers = [
1818
]
1919

2020
[project.urls]
21-
"Homepage" = "https://github.com/pypa/sampleproject"
21+
"Homepage" = "https://github.com/frederikhoengaard/lazy-learn"

0 commit comments

Comments
 (0)