flake-template-hell/templates/python/pyproject.toml

11 lines
266 B
TOML
Raw Normal View History

2025-03-01 23:20:20 +00:00
[project]
name = "REPLACE_ME"
description = "Dumbed-down frontend for the SM64 PC Port compiler."
version = "2025.03"
[project.scripts]
REPLACE_ME = "REPLACE_ME.__main__:main"
[build-system]
requires = ["setuptools >= 61.0"]
build-backend = "setuptools.build_meta"