Add pyproject.toml

This commit is contained in:
Chris Proctor 2022-01-28 10:01:28 -05:00
parent 57fc22a88b
commit 52f2b30d4c
1 changed files with 16 additions and 0 deletions

16
pyproject.toml Normal file
View File

@ -0,0 +1,16 @@
[tool.poetry]
name = "mwc-pedprog-unit00-lab00"
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"