pyalibert/pyproject.toml

27 lines
714 B
TOML

[project]
name = "pyalibert"
version = "1.0.0"
description = "PyAlibert is a fully typed parser combinator library written in python."
keywords = ["parsing", "functional", "library", "typed", "minimal"]
classifiers = [
"License :: OSI Approved :: MIT License",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Operating System :: OS Independent",
]
readme = "README.md"
license = { file = "LICENSE" }
authors = [{ name = "Matthieu Jolimaitre", email = "matthieu@imagevo.fr" }]
dependencies = []
requires-python = ">=3.9"
[project.urls]
Homepage = "https://git.barnulf.net/mb/pyalibert"
[build-system]
requires = ["setuptools"]
build-backend = "setuptools.build_meta"