This repository has been archived on 2026-02-27. You can view files and clone it, but cannot push or open issues or pull requests.
Files
GameUtils/pyproject.toml
Brosef f01ff00e66 Inital commit
Straight up fucked everything up so the history is gone. My bad.
2025-06-19 18:13:13 +00:00

10 lines
342 B
TOML

[build-system]
requires = ["setuptools>=42", "wheel"]
build-backend = "setuptools.build_meta"
[project]
name = "gameUtils"
version = "0.0.1.dev0"
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"]