11 lines
No EOL
266 B
TOML
11 lines
No EOL
266 B
TOML
[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" |