[build-system] build-backend = "flit_core.buildapi" requires = ["flit_core >=3.8.0,<4"] [project] name = "rougail.output_hcl" version = "0.1.3" authors = [{name = "Emmanuel Garette", email = "gnunux@gnunux.info"}] readme = "README.md" description = "Rougail output hcl" requires-python = ">=3.11" license = {file = "LICENSE"} classifiers = [ "License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", "Programming Language :: Python :: 3.14", "Programming Language :: Python :: 3", "Operating System :: OS Independent", "Natural Language :: English", "Natural Language :: French", ] dependencies = [ "rougail-structural-hcl == 0.1.3", ] [project.urls] Home = "https://forge.cloud.silique.fr/stove/rougail-output-hcl"