[Tron] name = "Tron" version = "1.0.0" description = "This is like a V.S. snake game. Needs two players. P1 is blue and P2 is red." authors = [{ name = "Benjamin Potocki", email = "wpotocki@lockportschools.net" }] requires-python = ">=3.10,<4.0" readme = "README.md" license = { text = "MIT" } dependencies = ["retro-games (>=1.1.0,<2.0.0)"] [build-system] requires = ["hatchling"] build-backend = "hatchling.build" [tool.uv] package = false