[build-system] requires = ["setuptools>=42", "wheel"] build-backend = "setuptools.build_meta" [project] name = "gameUtils" version = "1.0.0" description = "A set of utilities to make the game development process less painful (despite the organisation name) and more unified." authors = [{ name = "Brosef" }] dependencies = ["pygame-ce", "pygame_gui"]