Update pyproject metadata
This commit is contained in:
parent
830012b2eb
commit
25468bbd1c
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue