[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 = [ "pyyaml ~= 6.0.1", "pydantic ~= 2.5.2", "jinja2 ~= 3.1.2", ] [project.optional-dependancies] dev = [ "pylint ~= 3.0.3", ] [tool.commitizen] name = "cz_conventional_commits" tag_format = "$version" version_scheme = "semver" version_provider = "pep621" update_changelog_on_bump = true