diff --git a/pyproject.toml b/pyproject.toml index 302061b..f31a3d1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,10 +1,10 @@ [tool.poetry] -name = "mwc1-unit02-lab-pipes" +name = "lab_pipes" version = "0.1.0" description = "" -authors = ["Chris Proctor "] +authors = ["Chris Proctor "] readme = "README.md" -packages = [{include = "mwc1_unit02_lab_pipes"}] +packages = [{include = "lab_pipes"}] [tool.poetry.dependencies] python = "^3.11"