Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
ovejabu committed Jun 5, 2024
1 parent f13be97 commit 2ba837a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ profile = "black"
skip = [".venv"]

[tool.poetry]
name = "pipeline-lib"
name = "ml-garden"
version = "0.1.0"
description = "A library for designing and re-using ML pipelines"
authors = ["Your Name <[email protected]>"]
readme = "README.md"
packages = [{ include = "pipeline_lib" }]
packages = [{ include = "ml_garden" }]

[tool.poetry.dependencies]
python = "^3.9"
Expand Down

0 comments on commit 2ba837a

Please sign in to comment.