[project] name = "lab-reinforcement-learning" version = "0.1.0" description = "Reinforcement learning lab" requires-python = ">=3.11" dependencies = [ "retro-games>=2.4.0", "retro-gamer>=0.2.0", ] [build-system] requires = ["hatchling"] build-backend = "hatchling.build" [tool.hatch.build.targets.wheel] packages = ["babysnake", "forager"]