mirror of
https://github.com/Cantera/cantera.git
synced 2026-07-31 00:28:21 -05:00
16 lines
378 B
TOML
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"
|