advent_of_code_2022/pyproject.toml
2022-12-01 20:55:38 +01:00

14 lines
277 B
TOML

[tool.poetry]
name = "advent of code 2022"
version = "0.1.0"
description = ""
authors = ["Ruidy <ruidy.nemausat@gmail.com>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.11"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"