feat(python): add python template
This commit is contained in:
parent
01bc222af3
commit
c993013203
8 changed files with 102 additions and 0 deletions
11
templates/python/pyproject.toml
Normal file
11
templates/python/pyproject.toml
Normal 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"
|
Loading…
Add table
Add a link
Reference in a new issue