[tool.poetry] name = "high-card" version = "0.1.0" description = "" authors = ["john melesky "] readme = "README.md" packages = [{include = "high_card"}] [tool.poetry.dependencies] python = "^3.11" [tool.poetry.scripts] high-card = "high_card.high_card:main" [build-system] requires = ["poetry-core"] build-backend = "poetry.core.masonry.api"