15 lines
337 B
TOML
15 lines
337 B
TOML
[build-system]
|
|
requires = ["setuptools>=61.0", "wheel"]
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
[project]
|
|
name = "sls-build-backend"
|
|
version = "0.1.0"
|
|
description = "Build backend for sls_python"
|
|
authors = [{name = "Kyler Olsen"}]
|
|
requires-python = ">=3.10"
|
|
|
|
[tool.setuptools]
|
|
packages = ["sls_build_backend"]
|
|
package-dir = {"" = ".."}
|