commit 38e3eb5fb13776d93caf8bcd2b708234bee00792 Author: test_user_lai676 Date: Mon Jul 10 20:35:13 2023 +0000 Initial commit diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 0000000..476324a --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,15 @@ +[tool.poetry] +name = "project-drawing" +version = "0.1.0" +description = "" +authors = ["Chris Proctor "] +readme = "README.md" +packages = [{include = "project_drawing"}] + +[tool.poetry.dependencies] +python = "^3.11" + + +[build-system] +requires = ["poetry-core"] +build-backend = "poetry.core.masonry.api"