feat(python): add python template

This commit is contained in:
Artur Manuel 2025-03-01 23:20:20 +00:00
commit c993013203
Signed by: amadaluzia
SSH key fingerprint: SHA256:Zwg7gBuZyaG48ucAZneJwltiXu0+tJb7c3lYt9AYlLg
8 changed files with 102 additions and 0 deletions

View file

@ -0,0 +1,11 @@
[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"