Files
2026-06-10 10:31:50 -04:00

16 lines
378 B
TOML

[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[project]
name = "sourcegen"
version = "4.0.0a2"
license-files = ["../../License.txt"]
description = "Source generator for creating Cantera interface code"
authors = [{name = "Cantera Developers"}]
requires-python = ">=3.12"
dependencies = ["jinja2"]
[project.scripts]
sourcegen = "sourcegen.api:main"