Update pyproject metadata

This commit is contained in:
Chris Proctor 2023-06-02 13:51:30 -04:00
parent 830012b2eb
commit 25468bbd1c
1 changed files with 3 additions and 3 deletions

View File

@ -1,10 +1,10 @@
[tool.poetry] [tool.poetry]
name = "mwc1-unit02-lab-pipes" name = "lab_pipes"
version = "0.1.0" version = "0.1.0"
description = "" description = ""
authors = ["Chris Proctor <github.com@accounts.chrisproctor.net>"] authors = ["Chris Proctor <chris@chrisproctor.net>"]
readme = "README.md" readme = "README.md"
packages = [{include = "mwc1_unit02_lab_pipes"}] packages = [{include = "lab_pipes"}]
[tool.poetry.dependencies] [tool.poetry.dependencies]
python = "^3.11" python = "^3.11"