9 lines
181 B
TOML
9 lines
181 B
TOML
[project]
|
|
name = "AOC-2020"
|
|
version = "0.1.0"
|
|
description = "Advent of code 2020 in python."
|
|
readme = "README.md"
|
|
requires-python = ">=3.13"
|
|
dependencies = [
|
|
"pytest>=9.0.3",
|
|
]
|