Files
tic-tac-toe/pyproject.toml
2025-10-05 21:23:50 +00:00

8 lines
219 B
TOML

[project]
name = "tic-tac-toe"
version = "0.1.0"
description = "All of this is unnecassary, it's supposed to be a simple tic-tac-toe implementation lol"
readme = "README.md"
requires-python = ">=3.13"
dependencies = []