cfasim 0.2.0

CLI for scaffolding interactive simulations using Python, Rust, and WebAssembly
1
2
3
4
5
6
7
8
9
[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"]