mirror of
https://github.com/pmret/papermario.git
synced 2025-12-19 17:58:12 -05:00
11 lines
184 B
TOML
11 lines
184 B
TOML
[build-system]
|
|
requires = [ "setuptools" ]
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
[project]
|
|
name = "configure"
|
|
version = "0.1.0"
|
|
|
|
[project.scripts]
|
|
configure = "configure.main:main"
|