[build-system] build-backend = "flit_core.buildapi" requires = ["flit_core >=3.8.0,<4"] [project] name = "rougail" version = "1.0.2" authors = [ {name = "Emmanuel Garette", email = "gnunux@gnunux.info"}, ] description = "A consistency handling system that was initially designed in the configuration management" readme = "README.md" requires-python = ">=3.8" classifiers = [ "License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)", "Programming Language :: Python", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3", "Operating System :: OS Independent", "Natural Language :: English", "Natural Language :: French", ] dependencies = [ "ruamel.yaml ~= 0.17.40", "pydantic ~= 2.5.2", "jinja2 ~= 3.1.2", "tiramisu ~= 4.1.0" ] [project.optional-dependencies] dev = [ "pylint ~= 3.0.3", "pytest ~= 8.2.2", "lxml ~= 5.2.2" ] [tool.commitizen] name = "cz_conventional_commits" tag_format = "$version" version_scheme = "semver" version_provider = "pep621" update_changelog_on_bump = true