From c48df0413adc58a2d618615f8819b9f6b40929a6 Mon Sep 17 00:00:00 2001 From: Emmanuel Garette Date: Mon, 2 Mar 2026 09:40:22 +0100 Subject: [PATCH] fix: rougail-pyproject.toml --- rougail-pyproject.toml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/rougail-pyproject.toml b/rougail-pyproject.toml index 2e0bb9d83..9e49f2ef7 100644 --- a/rougail-pyproject.toml +++ b/rougail-pyproject.toml @@ -6,10 +6,19 @@ requires = ["flit_core >=3.8.0,<4"] name = "rougail" version = "1.2.0a64" authors = [{name = "Emmanuel Garette", email = "gnunux@gnunux.info"}] +readme = "README.md" description = "A consistency handling system that was initially designed in the configuration management" +requires-python = ">=3.10" +license = {file = "LICENSE"} classifiers = [ "License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)", "Programming Language :: Python", + "Programming Language :: Python :: 3.10", + "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",