bannister (band), brasher (radio hub), mcwhirter (gateway), chataway (track core), iffley (LED node).
24 lines
601 B
TOML
24 lines
601 B
TOML
[build-system]
|
|
requires = ["scikit-build-core>=0.10", "nanobind>=2.4"]
|
|
build-backend = "scikit_build_core.build"
|
|
|
|
[project]
|
|
name = "track-core"
|
|
version = "0.1.0"
|
|
description = "Platform-neutral mcwhirter track simulation core with Python bindings"
|
|
readme = "README.md"
|
|
requires-python = ">=3.9"
|
|
dependencies = []
|
|
|
|
[project.optional-dependencies]
|
|
emulator = ["dearpygui>=1.10,<2"]
|
|
test = ["pytest>=8.0"]
|
|
|
|
[tool.scikit-build]
|
|
minimum-version = "build-system.requires"
|
|
wheel.packages = ["python/track_core"]
|
|
|
|
[tool.scikit-build.cmake.define]
|
|
TRACK_CORE_BUILD_PYTHON = "ON"
|
|
TRACK_CORE_BUILD_TESTS = "OFF"
|