Project ready to go

This commit is contained in:
Chris Proctor
2023-07-18 19:12:30 -04:00
parent dd6419340c
commit 493cdc61a9
4 changed files with 542 additions and 2 deletions

View File

@@ -4,10 +4,10 @@ version = "0.1.0"
description = ""
authors = ["Chris Proctor <chris@chrisproctor.net>"]
readme = "README.md"
packages = [{include = "project_drawing"}]
[tool.poetry.dependencies]
python = "^3.11"
python = "^3.10"
superturtle = "^0.1.0"
[build-system]