grammar-inference-engine/pyproject.toml

14 lines
353 B
TOML
Raw Normal View History

[build-system]
requires = ["setuptools>=68.0"]
build-backend = "setuptools.backends._legacy:_Backend"
[project]
name = "grammar-inference-engine"
version = "0.1.0"
description = "BEX-based grammar inference: learn regular expression patterns from example sequences"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"PyYAML>=6.0",
]