Adding pyproject
This commit is contained in:
parent
eec0e5e6cf
commit
b6464646bd
|
@ -0,0 +1,16 @@
|
|||
[tool.poetry]
|
||||
name = "mwc-pedprog-unit00-lab01"
|
||||
version = "0.1.0"
|
||||
description = ""
|
||||
authors = ["Chris Proctor <chris@chrisproctor.net>"]
|
||||
license = "MIT"
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.9"
|
||||
making-with-code-cli = "^0.0.5"
|
||||
|
||||
[tool.poetry.dev-dependencies]
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry-core>=1.0.0"]
|
||||
build-backend = "poetry.core.masonry.api"
|
Loading…
Reference in New Issue