Files
aoc/2024/4/2/pyproject.toml
T
2024-12-18 23:45:11 -07:00

15 lines
257 B
TOML

[tool.poetry]
name = "aoc"
version = "0.1.0"
description = ""
authors = ["restitux <restitux@ohea.xyz>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.12"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"