Solutions in place

This commit is contained in:
Chris Proctor
2023-08-04 12:07:51 -04:00
parent 798df2d2cb
commit cdfff4eb5f
5 changed files with 30 additions and 3 deletions

16
pyproject.toml Normal file
View File

@@ -0,0 +1,16 @@
[tool.poetry]
name = "problemset-numberwords"
version = "0.1.0"
description = ""
authors = ["Chris Proctor <chris@chrisproctor.net>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.10"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
[tool.poetry.scripts]
numwords = "cli:cli"