cfasim 0.7.3

CLI for scaffolding interactive simulations using Python, Rust, and WebAssembly
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[build-system]
requires = ["setuptools>=68.0"]
build-backend = "setuptools.build_meta"

[project]
name = "{{ module_name }}"
version = "0.1.0"
requires-python = ">=3.11"
dependencies = ["cfasim-model"]

[dependency-groups]
dev = ["pytest>=8.0", "ruff>=0.9"]

[tool.pytest.ini_options]
testpaths = ["src"]

[tool.ruff]
# target-version is inferred from project.requires-python