8 lines
219 B
TOML
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 = []
|