view pyproject.toml @ 704:457ef358c1a0

filter-only expansions also implemented in the C extension. BUGS: No caching yet (pure Python and C extension).
author Franz Glasner <f.glasner@feldmann-mg.com>
date Mon, 14 Aug 2023 13:00:19 +0200
parents dec978cad4d1
children 06b6c14bcd61
line wrap: on
line source

[build-system]
requires = ["setuptools>=67.0", "wheel>=0.38"]
build-backend = "setuptools.build_meta"